gitea: polish settings

pull/16/head
Sebastien Bourdeauducq 2019-04-01 10:55:59 +08:00
parent 11607451bc
commit cc166f6aa4
1 changed files with 8 additions and 0 deletions

View File

@ -117,6 +117,14 @@ ACTION=="add", SUBSYSTEM=="tty", \
enable = true;
httpPort = 3001;
rootUrl = "https://git.m-labs.hk/";
appName = "M-Labs Git";
cookieSecure = true;
extraConfig =
''
[service]
DISABLE_REGISTRATION = true
'';
#disableRegistration = true;
};
services.mattermost = {