box: actually disable registration in gitea

This commit is contained in:
Aaron Bieber 2024-11-27 06:47:43 -07:00
parent cbe74f7110
commit a257fd12bd
No known key found for this signature in database

View File

@ -790,9 +790,11 @@ in
START_SSH_SERVER = true; START_SSH_SERVER = true;
SSH_SERVER_HOST_KEYS = "ssh/gitea-ed25519"; SSH_SERVER_HOST_KEYS = "ssh/gitea-ed25519";
SSH_PORT = 2222; SSH_PORT = 2222;
DISABLE_REGISTRATION = true;
COOKIE_SECURE = true; COOKIE_SECURE = true;
}; };
service = {
DISABLE_REGISTRATION = true;
};
}; };
database = { database = {