feat: modularize forgejo config

This commit is contained in:
Swarsel 2024-12-15 15:14:50 +01:00
parent 917a256f4b
commit 8057e7fb89
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 163 additions and 63 deletions

View file

@ -75,19 +75,6 @@
};
};
"swagit.swarsel.win" = {
enableACME = true;
forceSSL = true;
acmeRoot = null;
locations = {
"/" = {
proxyPass = "http://localhost:3000";
extraConfig = ''
client_max_body_size 0;
'';
};
};
};
};
};
@ -143,24 +130,5 @@
openDefaultPorts = true;
};
services.forgejo = {
enable = true;
settings = {
DEFAULT = {
APP_NAME = "~SwaGit~";
};
server = {
PROTOCOL = "http";
HTTP_PORT = 3000;
HTTP_ADDR = "0.0.0.0";
DOMAIN = "swagit.swarsel.win";
ROOT_URL = "https://swagit.swarsel.win";
};
service = {
DISABLE_REGISTRATION = true;
SHOW_REGISTRATION_BUTTON = false;
};
};
};
}