Add prometheus caddy config

This commit is contained in:
Johannes Rothe 2025-03-23 21:48:45 +01:00
parent 482bdb468e
commit 21d138dfaa

View File

@ -214,6 +214,11 @@
reverse_proxy localhost:${builtins.toString config.services.grafana.settings.server.http_port}
'';
};
"http://prometheus.dalinar.home.johannes-rothe.de" = {
extraConfig = ''
reverse_proxy localhost:${builtins.toString config.services.prometheus.port}
'';
};
};
};