Fix Prowlarr authentication mode conflict using shared Authentik middleware #2

Merged
nathan merged 1 commits from patch/auth_mode_conflict-prowlarr-2026-06-01 into main 2026-05-31 21:26:34 -04:00
Showing only changes of commit 19089602b8 - Show all commits

View File

@ -25,19 +25,11 @@ services:
restart: unless-stopped restart: unless-stopped
networks: networks:
- proxy-net - proxy-net
prowlarr_outpost:
image: ghcr.io/goauthentik/proxy:2026.2.2
container_name: prowlarr_outpost
networks:
- proxy-net
environment:
AUTHENTIK_HOST: https://sso.castaldifamily.com
AUTHENTIK_TOKEN: 42FCcV9gmTfixaak77xW4eAZIMUUJ0u5vGsxvumfo1Lav5DIyLViDz4xqinE
AUTHENTIK_INSECURE: "false"
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.prowlarr-proxy.entrypoints=websecure" - "traefik.http.routers.prowlarr-proxy.entrypoints=websecure"
- "traefik.http.routers.prowlarr-proxy.rule=Host(`prowlarr.castaldifamily.com`)" - "traefik.http.routers.prowlarr-proxy.rule=Host(`prowlarr.castaldifamily.com`)"
- "traefik.http.routers.prowlarr-proxy.tls=true" - "traefik.http.routers.prowlarr-proxy.tls=true"
- "traefik.http.routers.prowlarr-proxy.tls.certresolver=cloudflare" - "traefik.http.routers.prowlarr-proxy.tls.certresolver=cloudflare"
- "traefik.http.services.prowlarr-proxy.loadbalancer.server.port=9000" - "traefik.http.routers.prowlarr-proxy.middlewares=authentik-auth@file,security-headers@file"
- "traefik.http.services.prowlarr-proxy.loadbalancer.server.port=9696"