Expose Grafana on port 3005 and add Traefik route with Anubis auth

This commit is contained in:
Root User 2026-02-14 14:50:17 +01:00
parent 35e5b04ad8
commit 058fc0b667
Signed by: root
GPG key ID: 087F0A95E5766D72
2 changed files with 18 additions and 1 deletions

View file

@ -212,6 +212,15 @@ in {
tls = {};
middlewares = ["anubisForwardAuth"];
};
# Protected service: Grafana
grafana = {
rule = "Host(`grafana.prg-radio.org`)";
service = "grafana";
entryPoints = ["websecure"];
tls = {};
middlewares = ["anubisForwardAuth"];
};
};
http.services = {
@ -243,6 +252,12 @@ in {
{url = "http://10.1.1.249:8087";}
];
};
grafana.loadBalancer = {
servers = [
{url = "http://10.1.1.10:3005";}
];
};
};
# TCP routing for TeamSpeak