Miniflux: allow fetching feeds from private network
Since 2.2.18 the fetcher blocks private/loopback hosts by default (SSRF protection), which broke feeds served via rssbridge_app in the docker network.
This commit is contained in:
@@ -22,6 +22,9 @@ services:
|
||||
- ADMIN_USERNAME_FILE=/secrets/miniflux_admin_user
|
||||
- ADMIN_PASSWORD_FILE=/secrets/miniflux_admin_password
|
||||
- BASE_URL=https://miniflux.vakhrushev.me
|
||||
# Allow fetching feeds from private network (e.g. rssbridge_app in docker network).
|
||||
# Since 2.2.18 the fetcher refuses private/loopback hosts by default (SSRF protection).
|
||||
- FETCHER_ALLOW_PRIVATE_NETWORKS=1
|
||||
- DISABLE_LOCAL_AUTH=1
|
||||
- OAUTH2_OIDC_DISCOVERY_ENDPOINT=https://auth.vakhrushev.me
|
||||
- OAUTH2_CLIENT_ID_FILE=/secrets/miniflux_oidc_client_id
|
||||
|
||||
Reference in New Issue
Block a user