commit 11121475b8a8865e048afa66215deaabbd427a14
parent 17b5884c2c600e5bbaae0bbb6bf6c3b2afb380d2
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Sat, 3 Dec 2022 20:50:34 -0500
add doc
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/config/config.go b/pkg/config/config.go
@@ -55,8 +55,8 @@ var (
ForumEnabled = atom.NewBool(true) // either or not people can use the forum features
SignupEnabled = atom.NewBool(true) // either or not people can sign up
SignupFakeEnabled = atom.NewBool(true) // either or not signup is faked to be enabled
- ProtectHome = atom.NewBool(true) // ...
- HomeUsersList = atom.NewBool(true) // ...
+ ProtectHome = atom.NewBool(true) // enable "dynamic login url" to prevent ddos on the login page
+ HomeUsersList = atom.NewBool(true) // either or not to display the online users on the login page
ForceLoginCaptcha = atom.NewBool(true) // either or not people are forced to complete captcha at login
DownloadsEnabled = atom.NewBool(true) // either or not people can download files
MaintenanceAtom = atom.NewBool(false) // people are redirected to a maintenance page