public-access-proxy: add grafana, kibana

This commit is contained in:
Astro 2020-05-22 18:24:37 +02:00
parent 5b6c6a880b
commit a2f05a1699
1 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,14 @@
hostNames = [ "cloud.bombenverleih.de" "unifi.arkom.men" ];
proxyTo = { host = "172.22.99.192"; httpPort = 80; httpsPort = 443; };
}
{
hostNames = [ "grafana.hq.c3d2.de" ];
proxyTo = { host = "grafana.serv.zentralwerk.org"; httpPort = 80; httpsPort = 443; };
}
{
hostNames = [ "kibana.hq.c3d2.de" ];
proxyTo = { host = "kibana.serv.zentralwerk.org"; httpPort = 80; httpsPort = 443; };
}
];
};