Compare commits

...

2 Commits

Author SHA1 Message Date
2c59f6b7c2 Revert TCP/IP connection for PostgreSQL 2019-12-15 23:08:52 +01:00
4e8a67a391 Revert "Disable wizard on Gitea"
This reverts commit d8b415ee16.
2019-12-15 22:54:00 +01:00

View File

@@ -19,12 +19,8 @@
disableRegistration = true;
repositoryRoot = "/vault/git";
dump.enable = true;
useWizard = false;
useWizard = true;
appName = "Gitea";
extraConfig = ''
LFS_START_SERVER = true
LFS_HTTP_AUTH_EXPIRY = 60m
'';
};
}