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

@ -61,7 +61,6 @@ in {
enable = true;
settings = {
server = {
http_addr = "127.0.0.1";
http_port = 3005;
enforce_domain = true;
enable_gzip = true;
@ -106,5 +105,8 @@ in {
# Enable Tailscale for remote access to Traefik dashboard and configuration
services.tailscale.enable = true;
networking.firewall.allowedTCPPorts = [3005];
networking.firewall.allowedUDPPorts = [3005];
};
}