Grafana with authentik

This commit is contained in:
pazpi 2025-02-21 17:45:18 +01:00
parent 1efda446f3
commit db350e2445
4 changed files with 49 additions and 2 deletions

View file

@ -105,7 +105,7 @@ in
grafana = {
proxy = {
enable = true;
domain = p.domains.ts;
domain = p.domains.public;
host = p.hosts.metrics;
};
};
@ -143,7 +143,7 @@ in
extraVirtualHosts = [
{
subdomain = "h";
host = "http://ha.internal:8123";
host = "http://${p.hosts.homeassistant}:8123";
domain = p.domains.public;
}
];