Jackett translates search queries from Radarr/Sonarr into queries against torrent tracker sites. Byparr handles Cloudflare challenges that would otherwise block Jackett.
jackett:
image: lscr.io/linuxserver/jackett:latest
container_name: jackett
environment:
PUID: 1000
PGID: 1000
TZ: Europe/Paris
volumes:
- /app-config/jackett:/config
ports:
- 9117:9117
restart: unless-stopped
byparr:
image: ghcr.io/thephaseless/byparr:latest
container_name: byparr
environment:
LOG_LEVEL: info
LOG_HTML: false
CAPTCHA_SOLVER: none
TZ: Europe/Paris
ports:
- 8191:8191
restart: unless-stoppedhttp://homelab.internal:9117
http://homelab.internal:8191 (API only)In Jackett's settings, set the FlareSolverr API URL to:
http://serverip:8191
This works because both containers are on the same Docker network.
Primary tracker is YGG Torrent -- configured as an indexer in Jackett. Byparr is needed because YGG uses Cloudflare protection.
Created 2026-02-07T23:15:12+01:00, updated 2026-02-08T00:32:30+01:00 · History · Edit