# This is a combination of 2 commits.
# This is the 1st commit message: Revert "Disable wizard on Gitea" This reverts commit d8b415ee16e1a560dac430f577d34cb098e0f832. # This is the commit message #2: Remove Gitea socket connection to the DB
This commit is contained in:
parent
4dcb77988a
commit
91d4b240d7
@ -13,18 +13,13 @@
|
||||
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;
|
||||
useWizard = true;
|
||||
appName = "Gitea";
|
||||
extraConfig = ''
|
||||
LFS_START_SERVER = true
|
||||
LFS_HTTP_AUTH_EXPIRY = 60m
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user