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 = { settings = {
openid = { openid = {
ENABLE_OPENID_SIGNIN = true; ENABLE_OPENID_SIGNIN = true;
ENABLE_OPENID_SIGNUP = true; #ENABLE_OPENID_SIGNUP = true;
DISABLE_REGISTRATION = true; };
federation = {
ENABLED = true;
}; };
#server = { #server = {
#ROOT_URL = "https://forge.katzen.cafe/"; #ROOT_URL = "https://forge.katzen.cafe/";
#HTTP_PORT = 8082; #HTTP_PORT = 8082;
#}; #};
service = {
REGISTER_MANUAL_CONFIRM = true;
SHOW_REGISTRATION_BUTTON = false;
};
}; };
}; };
deployment.keys = { deployment.keys = {