magpie/gitea: disable registration and ssh

This commit is contained in:
Asmir A 2023-10-17 23:14:06 +02:00
parent 8492b26016
commit a5000b9889

View File

@ -165,6 +165,7 @@
settings.server = {
DOMAIN = "git.project-cloud.net";
ROOT_URL = "https://git.project-cloud.net";
DISABLE_SSH = true;
HTTP_PORT = 3001;
};
settings.mailer = {
@ -176,6 +177,7 @@
settings.service = {
REGISTER_EMAIL_CONFIRM = true;
DISABLE_REGISTRATION = true;
};
settings."markup.restructuredtext" = let