Revert "Merge pull request 'Fix Prowlarr authentication mode conflict using shared Authentik middleware' (#2) from patch/auth_mode_conflict-prowlarr-2026-06-01 into main"
This reverts commit 1fedfcca01af0a57a7c875c6b05135c8e40cb40c, reversing changes made to 2610b5a430bf0738df9749096b626e8cc965c400.
This commit is contained in:
parent
5926307dad
commit
0dc5729dc1
@ -1,35 +1,43 @@
|
||||
###############################################################
|
||||
# Networks
|
||||
###############################################################
|
||||
networks:
|
||||
proxy-net:
|
||||
name: proxy-net
|
||||
external: true
|
||||
|
||||
###############################################################
|
||||
# Services
|
||||
###############################################################
|
||||
services:
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr:2.3.5.5327-ls142
|
||||
container_name: prowlarr
|
||||
mem_limit: 2048m
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- TZ=America/New_York
|
||||
volumes:
|
||||
- /mnt/appdata/prowlarr/data:/config
|
||||
ports:
|
||||
- 9696:9696
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy-net
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.prowlarr-proxy.entrypoints=websecure"
|
||||
- "traefik.http.routers.prowlarr-proxy.rule=Host(`prowlarr.castaldifamily.com`)"
|
||||
- "traefik.http.routers.prowlarr-proxy.tls=true"
|
||||
- "traefik.http.routers.prowlarr-proxy.tls.certresolver=cloudflare"
|
||||
- "traefik.http.routers.prowlarr-proxy.middlewares=authentik-auth@file,security-headers@file"
|
||||
- "traefik.http.services.prowlarr-proxy.loadbalancer.server.port=9696"
|
||||
###############################################################
|
||||
# Networks
|
||||
###############################################################
|
||||
networks:
|
||||
proxy-net:
|
||||
name: proxy-net
|
||||
external: true
|
||||
|
||||
###############################################################
|
||||
# Services
|
||||
###############################################################
|
||||
services:
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr:2.3.5.5327-ls142
|
||||
container_name: prowlarr
|
||||
mem_limit: 2048m
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- TZ=America/New_York
|
||||
volumes:
|
||||
- /mnt/appdata/prowlarr/data:/config
|
||||
ports:
|
||||
- 9696:9696
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- 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:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.prowlarr-proxy.entrypoints=websecure"
|
||||
- "traefik.http.routers.prowlarr-proxy.rule=Host(`prowlarr.castaldifamily.com`)"
|
||||
- "traefik.http.routers.prowlarr-proxy.tls=true"
|
||||
- "traefik.http.routers.prowlarr-proxy.tls.certresolver=cloudflare"
|
||||
- "traefik.http.services.prowlarr-proxy.loadbalancer.server.port=9000"
|
||||
Loading…
x
Reference in New Issue
Block a user