fix(freshrss): Remove SSO and configure for API access
Remove Tinyauth SSO middleware and configure Traefik for FreshRSS API compatibility with mobile apps. Changes: - Removed tinyauth middleware (conflicts with API authentication) - Added passhostheader directive for proper request routing - FreshRSS now uses built-in authentication only This enables iOS RSS apps (Reeder, NetNewsWire, etc.) to connect via FreshRSS's Google Reader and Fever APIs.
This commit is contained in:
parent
2c3d646611
commit
bd9a55f293
1 changed files with 3 additions and 2 deletions
|
|
@ -26,9 +26,10 @@ services:
|
||||||
traefik.http.routers.freshrss.entrypoints: websecure
|
traefik.http.routers.freshrss.entrypoints: websecure
|
||||||
traefik.http.routers.freshrss.tls.certresolver: letsencrypt
|
traefik.http.routers.freshrss.tls.certresolver: letsencrypt
|
||||||
traefik.http.services.freshrss.loadbalancer.server.port: 80
|
traefik.http.services.freshrss.loadbalancer.server.port: 80
|
||||||
|
traefik.http.services.freshrss.loadbalancer.passhostheader: true
|
||||||
|
|
||||||
# SSO Protection
|
# SSO Protection removed - using FreshRSS built-in auth
|
||||||
traefik.http.routers.freshrss.middlewares: tinyauth
|
# traefik.http.routers.freshrss.middlewares: tinyauth
|
||||||
|
|
||||||
# Homarr Discovery
|
# Homarr Discovery
|
||||||
homarr.name: FreshRSS
|
homarr.name: FreshRSS
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue