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 // {
locations."/" = {
proxyPass = "http://heimdall.tsn:3000/";
proxyWebsockets = true;
extraConfig = ''
client_max_body_size 5g;
'';
};
};
# "grafana.bertof.net" = ssl // {
# locations."/" = {
# proxyPass = "http://heimdall.tsn:3000/";
# proxyWebsockets = true;
# extraConfig = ''
# client_max_body_size 5g;
# '';
# };
# };
"radarr.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://heimdall.tsn:7878/";