ansible-nas/website/docs/applications/download-tools/jackett.md

14 lines
712 B
Markdown
Raw Normal View History

2022-09-20 22:00:57 +00:00
---
title: "Jackett"
---
2019-03-22 18:46:38 +00:00
2022-07-25 20:18:57 +00:00
Homepage: <https://github.com/Jackett/Jackett>
2019-03-22 18:46:38 +00:00
Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, DuckieTV, qBittorrent, Nefarious 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.
## Usage
2020-03-15 17:39:08 +00:00
Set `jackett_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
2019-03-22 18:46:38 +00:00
2022-07-25 20:18:57 +00:00
The Jackett web interface can be found at <http://ansible_nas_host_or_ip:9117>.