fixup! fixup! Force rebuild of Gitea

This commit is contained in:
coolneng 2019-12-09 08:43:06 +01:00
parent 77397471e6
commit d8726352de
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -7,7 +7,7 @@
# Gitea setup with daily backup # Gitea setup with daily backup
services.gitea = { services.gitea = {
enable = true; enable = false;
domain = "coolneng.duckdns.org"; domain = "coolneng.duckdns.org";
rootUrl = "https://coolneng.duckdns.org/gitea"; rootUrl = "https://coolneng.duckdns.org/gitea";
database = { database = {
@ -15,7 +15,7 @@
passwordFile = "/var/keys/gitea/db"; passwordFile = "/var/keys/gitea/db";
}; };
cookieSecure = true; cookieSecure = true;
disableRegistration = false; disableRegistration = true;
repositoryRoot = "/vault/git"; repositoryRoot = "/vault/git";
dump.enable = true; dump.enable = true;
useWizard = true; useWizard = true;