Enable gitea, remove softserve

This commit is contained in:
2025-01-02 20:22:02 -06:00
parent f795bf54b3
commit cff684720f
6 changed files with 24 additions and 39 deletions

View File

@ -60,12 +60,7 @@
};
"eversole.co" = proxied { target = "http://127.0.0.1:5196"; };
"flux.matri.cx" = proxied { target = "http://127.0.0.1:26343"; };
"git.eversole.co" = {
enableACME = true;
forceSSL = true;
locations."/" = { root = "/var/www/git.eversole.co"; tryFiles = "$uri $uri/ @git"; };
locations."@git" = { proxyPass = "http://127.0.0.1:23232"; priority = 600; };
};
"git.eversole.co" = proxied { target = "http://127.0.0.1:8027"; };
"graf.matri.cx" = { root = "/var/www/graf.matri.cx"; }; # refer to /monitoring/nginx.nix
"hydra.matri.cx" = proxied {
target = "http://127.0.0.1:3034";