fixup! Heimdall: disable prometheus and grafana

This commit is contained in:
Filippo Berto 2025-06-27 10:33:52 +02:00
parent d01cd52f57
commit 7520264024
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -131,15 +131,15 @@
''; '';
}; };
}; };
"grafana.bertof.net" = ssl // { # "grafana.bertof.net" = ssl // {
locations."/" = { # locations."/" = {
proxyPass = "http://heimdall.tsn:3000/"; # proxyPass = "http://heimdall.tsn:3000/";
proxyWebsockets = true; # proxyWebsockets = true;
extraConfig = '' # extraConfig = ''
client_max_body_size 5g; # client_max_body_size 5g;
''; # '';
}; # };
}; # };
"radarr.bertof.net" = ssl // { "radarr.bertof.net" = ssl // {
locations."/" = { locations."/" = {
proxyPass = "http://heimdall.tsn:7878/"; proxyPass = "http://heimdall.tsn:7878/";