renge/gitea: Don’t allow creating org by default

This commit is contained in:
Simon Bruder 2023-10-08 21:36:33 +02:00
parent c0eae808b7
commit ace6f449c3
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -45,6 +45,7 @@ in
SSH_SERVER_HOST_KEYS = "ssh/gitea.ed25519,ssh/gitea.rsa";
};
service = {
DEFAULT_ALLOW_CREATE_ORGANIZATION = false;
DEFAULT_KEEP_EMAIL_PRIVATE = true;
ENABLE_NOTIFY_MAIL = true;
NO_REPLY_ADDRESS = "users.git.sbruder.de";