Add Sonarr to Authentik

This commit is contained in:
Joey Hafner 2022-07-13 16:16:31 -07:00
parent 181dfa89c6
commit 33f7fcb2bb

View File

@ -25,6 +25,10 @@ services:
- traefik.http.routers.radarr.tls.certresolver=lets-encrypt
- traefik.http.services.radarr.loadbalancer.server.port=7878
- traefik.http.routers.radarr.middlewares=lan-only@file,authentik@file
- traefik.http.routers.radarr.priority=10
- traefik.http.routers.radarr-auth.rule=Host(`radarr.jafner.net`) && PathPrefix(`/outpost.goauthentik.io/`)
- traefik.http.routers.radarr-auth.priority=15
- traefik.http.routers.radarr-auth.service=http://authentik-server:9000/outpost.goauthentik.io
sonarr:
image: linuxserver/sonarr