diff --git a/compose/services/FreshRSS/compose.yaml b/compose/services/FreshRSS/compose.yaml index 6ffe9b7..361d48c 100644 --- a/compose/services/FreshRSS/compose.yaml +++ b/compose/services/FreshRSS/compose.yaml @@ -26,9 +26,10 @@ services: traefik.http.routers.freshrss.entrypoints: websecure traefik.http.routers.freshrss.tls.certresolver: letsencrypt traefik.http.services.freshrss.loadbalancer.server.port: 80 + traefik.http.services.freshrss.loadbalancer.passhostheader: true - # SSO Protection - traefik.http.routers.freshrss.middlewares: tinyauth + # SSO Protection removed - using FreshRSS built-in auth + # traefik.http.routers.freshrss.middlewares: tinyauth # Homarr Discovery homarr.name: FreshRSS