renge/gitea: Migrate to 23.05 options
This commit is contained in:
parent
f9b6483fd6
commit
4adeba626a
|
@ -12,12 +12,10 @@ in
|
|||
services.gitea = {
|
||||
enable = true;
|
||||
|
||||
rootUrl = "https://git.sbruder.de/";
|
||||
appName = "sbrudergit";
|
||||
lfs = {
|
||||
enable = true;
|
||||
};
|
||||
enableUnixSocket = true;
|
||||
database.type = "postgres";
|
||||
mailerPasswordFile = config.sops.secrets.gitea-mail.path;
|
||||
settings = {
|
||||
|
@ -31,6 +29,11 @@ in
|
|||
DISABLE_GRAVATAR = true;
|
||||
};
|
||||
server = {
|
||||
# http server
|
||||
DOMAIN = "git.sbruder.de";
|
||||
PROTOCOL = "http+unix";
|
||||
ROOT_URL = "https://git.sbruder.de/";
|
||||
|
||||
# privacy
|
||||
DISABLE_ROUTER_LOG = true;
|
||||
OFFLINE_MODE = true;
|
||||
|
|
Loading…
Reference in a new issue