lock down forgejo a bit

This commit is contained in:
Schrottkatze 2023-05-03 21:32:39 +02:00
parent bdea3d9380
commit 983065b949

View file

@ -14,13 +14,19 @@
settings = {
openid = {
ENABLE_OPENID_SIGNIN = true;
ENABLE_OPENID_SIGNUP = true;
DISABLE_REGISTRATION = true;
#ENABLE_OPENID_SIGNUP = true;
};
federation = {
ENABLED = true;
};
#server = {
#ROOT_URL = "https://forge.katzen.cafe/";
#HTTP_PORT = 8082;
#};
service = {
REGISTER_MANUAL_CONFIRM = true;
SHOW_REGISTRATION_BUTTON = false;
};
};
};
deployment.keys = {