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
This commit is contained in:
parent
4dcb77988a
commit
d7a0887a4b
|
@ -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
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue