From 2c7eb799f80a01eedc1b981a9e959554e207495e Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Wed, 19 Nov 2025 15:59:39 -0500 Subject: [PATCH] add tinyauth middleware to file provider --- roles/traefik/templates/local-dynamic.yml.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/traefik/templates/local-dynamic.yml.j2 b/roles/traefik/templates/local-dynamic.yml.j2 index ee09842..de2b7c2 100644 --- a/roles/traefik/templates/local-dynamic.yml.j2 +++ b/roles/traefik/templates/local-dynamic.yml.j2 @@ -1,4 +1,9 @@ http: + middlewares: + tinyauth: + forwardauth: + address: http://tinyauth:3000/api/auth/traefik + routers: plex: rule: "Host(`tv.fntz.net`)"