From 5810a9201861eb634f12e4fb40860f4b6d9c1ed5 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 30 May 2026 20:46:59 -0400 Subject: [PATCH] update traefik dash url --- roles/traefik/templates/local-dynamic.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/traefik/templates/local-dynamic.yml.j2 b/roles/traefik/templates/local-dynamic.yml.j2 index 8609f88..86105f6 100644 --- a/roles/traefik/templates/local-dynamic.yml.j2 +++ b/roles/traefik/templates/local-dynamic.yml.j2 @@ -6,7 +6,7 @@ http: routers: jtraefik: - rule: "Host(`traefik-jackson.fntz.net`)" + rule: "Host(`traefik.citadel.fntz.net`)" service: jtraefik entryPoints: - webSecure