feat : bug

This commit is contained in:
Wateir 2025-12-23 17:53:37 +01:00
parent 23a6282e6d
commit 8586884e4a
7 changed files with 38 additions and 13 deletions

View file

@ -8,10 +8,10 @@ lib.mkIf config.module.forgejo.enable {
lfs.enable = true;
settings = {
server = {
DOMAIN = "git.example.com";
DOMAIN = "git.${config.module.domain}";
# You need to specify this to remove the port from URLs in the web UI.
ROOT_URL = "https://${srv.DOMAIN}/";
HTTP_PORT = 3000;
HTTP_PORT = 8222;
};
};
};