Compare commits

...

4 Commits

Author SHA1 Message Date
1360209574
Disable wizard on Gitea 2019-12-16 20:20:28 +01:00
5d7b6e7d62
Remove Gitea socket connection to the DB 2019-12-16 20:12:43 +01:00
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

@ -13,18 +13,12 @@
database = { database = {
type = "postgres"; type = "postgres";
passwordFile = "/var/keys/gitea/db"; passwordFile = "/var/keys/gitea/db";
socket = "/run/postgresql/.s.PGSQL.5432";
}; };
cookieSecure = true; cookieSecure = true;
disableRegistration = true; disableRegistration = true;
repositoryRoot = "/vault/git"; repositoryRoot = "/vault/git";
dump.enable = true; dump.enable = true;
useWizard = false;
appName = "Gitea"; appName = "Gitea";
extraConfig = ''
LFS_START_SERVER = true
LFS_HTTP_AUTH_EXPIRY = 60m
'';
}; };
} }