Compare commits

...

1 Commits

Author SHA1 Message Date
d7a0887a4b
Remove Gitea socket connection to the DB
Revert "Disable wizard on Gitea"

This reverts commit d8b415ee16.

Remove Gitea socket connection to the DB

Disable wizard on Gitea
2019-12-16 20:31:45 +01:00

View File

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