Update Purr config; Add Miniflux service
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user