Merge pull request #33 from robotman4/patch-1

Change forwardauth endpoint in example compose
This commit is contained in:
Stavros
2025-02-10 21:30:07 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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