From 7f387d410fd236458cec802d7a0cd9677409d7e0 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 26 Oct 2025 16:45:18 -0400 Subject: [PATCH] add iptv to traefik config --- roles/traefik/templates/local-dynamic.yml.j2 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/roles/traefik/templates/local-dynamic.yml.j2 b/roles/traefik/templates/local-dynamic.yml.j2 index cc07449..09ef6b9 100644 --- a/roles/traefik/templates/local-dynamic.yml.j2 +++ b/roles/traefik/templates/local-dynamic.yml.j2 @@ -35,6 +35,13 @@ http: - webSecure tls: certResolver: letsencrypt + iptv: + rule: "Host(`iptv.fntz.net`)" + service: iptv + entryPoints: + - webSecure + tls: + certResolver: letsencrypt services: @@ -57,4 +64,8 @@ http: nvr: loadBalancer: servers: - - url: "http://nas:5000/" \ No newline at end of file + - url: "http://nas:5000/" + iptv: + loadBalancer: + servers: + - url: "http://nas:8409/" \ No newline at end of file