refactor(media): Remove Tinyauth middleware from media automation services
Remove Tinyauth SSO middleware from all media automation services (Lidarr, Profilarr, Prowlarr, qBittorrent, Radarr, SABnzbd, Sonarr) and Jellyseerr. These services will migrate to Authelia for SSO.
This commit is contained in:
parent
825232e10c
commit
a1824a4043
8 changed files with 0 additions and 8 deletions
|
|
@ -30,7 +30,6 @@ services:
|
|||
traefik.http.services.lidarr.loadbalancer.server.port: 8686
|
||||
|
||||
# SSO Protection
|
||||
traefik.http.routers.lidarr.middlewares: tinyauth
|
||||
|
||||
# Homarr Discovery
|
||||
homarr.name: Lidarr (Music)
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ services:
|
|||
traefik.http.services.profilarr.loadbalancer.server.port: 6868
|
||||
|
||||
# SSO Protection
|
||||
traefik.http.routers.profilarr.middlewares: tinyauth
|
||||
|
||||
# Homarr Discovery
|
||||
homarr.name: Profilarr (Profiles)
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ services:
|
|||
traefik.http.services.prowlarr.loadbalancer.server.port: 9696
|
||||
|
||||
# SSO Protection
|
||||
traefik.http.routers.prowlarr.middlewares: tinyauth
|
||||
|
||||
# Homarr Discovery
|
||||
homarr.name: Prowlarr (Indexers)
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ services:
|
|||
traefik.http.routers.qbittorrent.entrypoints: websecure
|
||||
traefik.http.routers.qbittorrent.tls.certresolver: letsencrypt
|
||||
traefik.http.services.qbittorrent.loadbalancer.server.port: 8080
|
||||
traefik.http.routers.qbittorrent.middlewares: tinyauth
|
||||
|
||||
networks:
|
||||
homelab:
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ services:
|
|||
traefik.http.routers.radarr.entrypoints: websecure
|
||||
traefik.http.routers.radarr.tls.certresolver: letsencrypt
|
||||
traefik.http.services.radarr.loadbalancer.server.port: 7878
|
||||
traefik.http.routers.radarr.middlewares: tinyauth
|
||||
|
||||
networks:
|
||||
homelab:
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ services:
|
|||
traefik.http.routers.sabnzbd.entrypoints: websecure
|
||||
traefik.http.routers.sabnzbd.tls.certresolver: letsencrypt
|
||||
traefik.http.services.sabnzbd.loadbalancer.server.port: 8080
|
||||
traefik.http.routers.sabnzbd.middlewares: tinyauth
|
||||
|
||||
networks:
|
||||
homelab:
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ services:
|
|||
traefik.http.routers.sonarr.entrypoints: websecure
|
||||
traefik.http.routers.sonarr.tls.certresolver: letsencrypt
|
||||
traefik.http.services.sonarr.loadbalancer.server.port: 8989
|
||||
traefik.http.routers.sonarr.middlewares: tinyauth
|
||||
|
||||
networks:
|
||||
homelab:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ services:
|
|||
traefik.http.routers.jellyseerr.entrypoints: websecure
|
||||
traefik.http.routers.jellyseerr.tls.certresolver: letsencrypt
|
||||
traefik.http.services.jellyseerr.loadbalancer.server.port: 5055
|
||||
traefik.http.routers.jellyseerr.middlewares: tinyauth
|
||||
|
||||
# Homarr Discovery
|
||||
homarr.name: Jellyseerr (Requests)
|
||||
|
|
|
|||
Loading…
Reference in a new issue