fixup! fixup! Force rebuild of Gitea
This commit is contained in:
parent
77397471e6
commit
d8726352de
@ -7,7 +7,7 @@
|
||||
|
||||
# Gitea setup with daily backup
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
domain = "coolneng.duckdns.org";
|
||||
rootUrl = "https://coolneng.duckdns.org/gitea";
|
||||
database = {
|
||||
@ -15,7 +15,7 @@
|
||||
passwordFile = "/var/keys/gitea/db";
|
||||
};
|
||||
cookieSecure = true;
|
||||
disableRegistration = false;
|
||||
disableRegistration = true;
|
||||
repositoryRoot = "/vault/git";
|
||||
dump.enable = true;
|
||||
useWizard = true;
|
||||
|
Loading…
Reference in New Issue
Block a user