gitea: Update configuration for 22.11

pull/79/head
Tristan Daniël Maat 2023-01-11 01:59:54 +00:00
parent 77ddb15f22
commit f6e39e09a5
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 6 additions and 3 deletions

View File

@ -8,12 +8,15 @@ in {
httpAddress = "127.0.0.1";
database.type = "postgres";
ssh.clonePort = 2222;
rootUrl = "https://${domain}/";
cookieSecure = true;
appName = "Gitea: Git with a cup of tea";
disableRegistration = true;
settings = {
server.SSH_PORT = 2222;
service.DISABLE_REGISTRATION = true;
session.COOKIE_SECURE = true;
};
};
# Set up SSL