server: gitea: disable registration

This commit is contained in:
2026-07-24 14:03:08 +08:00
parent 2e5f40c70d
commit 81886537fd
+1 -1
View File
@@ -33,7 +33,7 @@
SSH_PORT = 2222;
};
service = {
REGISTER_MANUAL_CONFIRM = true;
DISABLE_REGISTRATION = true;
};
security = {
REVERSE_PROXY_TRUSTED_PROXIES = "127.0.0.0/8,::1/128";