Sync all Jackett indexers to Sonarr, Radarr, Lidarr and Readarr.
An image is available at allergicduck/jackett-sync
- Clone repo / use Docker
npm install
cp .env-example .env
npm start
- Jackett is required, all others are optional.
Confirmed working versions:
- Jackett: 0.20.504
- Sonarr: 3.0.7.1477
- Radarr: 4.0.4.5922
- Lidarr: 0.8.1.2135
- Readerr: 0.1.0.736
LIDARR_URL=http://lidarr:8787
LIDARR_KEY=yourApiKeyHere
RADARR_URL=http://radarr:8787
RADARR_KEY=yourApiKeyHere
SONARR_URL=http://sonarr:8787
SONARR_KEY=yourApiKeyHere
READARR_URL=http://readarr:8787
READARR_KEY=yourApiKeyHere
JACKETT_URL=http://jackett:9117
JACKETT_ALTURL=http://localhost:9117
JACKETT_KEY=yourApiKeyHere
This project was forked from Łukasz Mariański, and adjusted to my likings. While not much of his code is left, the logic and information is taken from him.