magpie/gitea: disable registration and ssh
This commit is contained in:
parent
8492b26016
commit
a5000b9889
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user