Add FlareSolverr setup instructions and service

Added documentation for setting up FlareSolverr, including Docker container configuration and integration with Prowlarr, to the README. Updated docker-compose.yml to include the FlareSolverr service for bypassing Cloudflare protection on indexers.
This commit is contained in:
Ricardo
2025-11-26 19:18:02 +00:00
parent 87d84abb31
commit 4a8e71b43d
2 changed files with 63 additions and 3 deletions

View File

@@ -103,7 +103,20 @@ services:
volumes:
- '${ROOT}/MediaCenter/config/plex/db:/config'
- '${ROOT}/MediaCenter/config/plex/transcode:/transcode'
- '${HDDSTORAGE}/Completed:/MediaCenterBox'
- '${HDDSTORAGE}/Completed:/MediaCenterBox'
flaresolverr:
# DockerHub mirror flaresolverr/flaresolverr:latest
image: ghcr.io/flaresolverr/flaresolverr:latest
container_name: flaresolverr
environment:
- 'LOG_LEVEL=info'
- 'LOG_HTML=false'
- 'CAPTCHA_SOLVER=none'
- 'TZ=${TZ}'
ports:
- '8191:8191'
restart: unless-stopped
### Optional Containers