fixup! fixup! Force rebuild of Gitea
This commit is contained in:
parent
77397471e6
commit
d8726352de
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user