From acaee5357fa49dafa459d431a8c4f48e66566b40 Mon Sep 17 00:00:00 2001 From: robotman4 <51529268+robotman4@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:20:52 +0100 Subject: [PATCH 1/2] Change forwardauth endpoint in example compose --- docker-compose.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.example.yml b/docker-compose.example.yml index c19ae98..050a62e 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -28,4 +28,4 @@ services: traefik.enable: true traefik.http.routers.tinyauth.rule: Host(`tinyauth.example.com`) traefik.http.services.tinyauth.loadbalancer.server.port: 3000 - traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth/traefik + traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth From d18fba1ef321c7197b9de81067e58390eb9d2456 Mon Sep 17 00:00:00 2001 From: robotman4 <51529268+robotman4@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:28:01 +0100 Subject: [PATCH 2/2] Change forwardauth endpoint in docker-compose.dev.yml --- docker-compose.dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 12e59f9..360d754 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -30,4 +30,4 @@ services: traefik.enable: true traefik.http.routers.tinyauth.rule: Host(`tinyauth.dev.local`) traefik.http.services.tinyauth.loadbalancer.server.port: 3000 - traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth/traefik + traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth