renge/gitea: Don’t allow creating org by default
This commit is contained in:
parent
c0eae808b7
commit
ace6f449c3
|
@ -45,6 +45,7 @@ in
|
||||||
SSH_SERVER_HOST_KEYS = "ssh/gitea.ed25519,ssh/gitea.rsa";
|
SSH_SERVER_HOST_KEYS = "ssh/gitea.ed25519,ssh/gitea.rsa";
|
||||||
};
|
};
|
||||||
service = {
|
service = {
|
||||||
|
DEFAULT_ALLOW_CREATE_ORGANIZATION = false;
|
||||||
DEFAULT_KEEP_EMAIL_PRIVATE = true;
|
DEFAULT_KEEP_EMAIL_PRIVATE = true;
|
||||||
ENABLE_NOTIFY_MAIL = true;
|
ENABLE_NOTIFY_MAIL = true;
|
||||||
NO_REPLY_ADDRESS = "users.git.sbruder.de";
|
NO_REPLY_ADDRESS = "users.git.sbruder.de";
|
||||||
|
|
Loading…
Reference in a new issue