Grafana with authentik
This commit is contained in:
parent
1efda446f3
commit
db350e2445
4 changed files with 49 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue