forgejo: disable users explore page

This was requested and should make it a decent bit more difficult to get
a somewhat complete list of users on this instance.

We are, however, aware of other endpoints that can be used to get to a
similar result. Those just aren't as convenient nor obvious.

https://forgejo.org/docs/latest/admin/config-cheat-sheet/#service---explore-serviceexplore
This commit is contained in:
emily 2024-07-31 01:42:05 +02:00
parent 5154906aac
commit 96d58bbd41
Signed by untrusted user: emilylange
GPG key ID: 0AD773CE46FD0F87

View file

@ -55,6 +55,10 @@ in
DEFAULT_KEEP_EMAIL_PRIVATE = true;
};
"service.explore" = {
DISABLE_USERS_PAGE = true;
};
oauth2_client = {
REGISTER_EMAIL_CONFIRM = false;
ENABLE_AUTO_REGISTRATION = true;