Jackett - n05urpr1532-MHA-Team/PTS-Team GitHub Wiki
Table of Contents
1. Intro
Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, Mylar, qBittorrent, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps.
2. Application Access
Protocol | Address | Notes |
---|---|---|
traefik** | jackett:9117 | Only for Internal App-to-App Communication |
https | jackett.domain.com | Traefik must be Deployed; Remote Servers |
http | domain.com:9117 | Poor Security Practice - Stop with PTS Port Guard |
http | ipv4:9117 | Ideal Only for Local Servers |
** Ideal for Apps to communicate between with one another. Click Here for more info!
3. Configuration Information
If you're struggling to get Sonarr/Radarr to talk to Jackett then make sure your URL is like the following:
http://jackett:9117/api/v2.0/indexers/iptorrents/results/torznab/
Please note this is dependent on your tracker with the above being for 'IPTorrents'
4. Summary
None So Far