Update Purr config; Add Miniflux service

This commit is contained in:
2024-02-24 12:01:51 -06:00
parent 606b54f843
commit 7293c065c1
8 changed files with 40 additions and 12 deletions

View File

@ -53,16 +53,18 @@
"docker.matri.cx" = proxiedAuth {
auth = config.age.secrets.htpasswd-dock.path;
target = "http://127.0.0.1:3001";
extra = ''
client_max_body_size 0;
'';
};
"eversole.co" = static { dir = "/var/www/jame.su"; };
"food.eversole.co" = proxied {
target = "http://127.0.0.1:52230";
"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."/purr".return = "301 https://git.eversole.co";
locations."@git" = { proxyPass = "http://127.0.0.1:23232"; priority = 600; };
};
"graf.matri.cx" = { root = "/var/www/graf.matri.cx"; }; # refer to /monitoring/nginx.nix