mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +00:00
Duplicate website/docs/applications/download-tools/jackett.md history in roles/jackett/docs/ history.
This commit is contained in:
parent
398fc0dc1d
commit
49bf9c308d
1 changed files with 13 additions and 0 deletions
13
roles/jackett/docs/jackett.md
Normal file
13
roles/jackett/docs/jackett.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: "Jackett"
|
||||
---
|
||||
|
||||
Homepage: <https://github.com/Jackett/Jackett>
|
||||
|
||||
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
|
||||
|
||||
Set `jackett_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
||||
|
||||
The Jackett web interface can be found at <http://ansible_nas_host_or_ip:9117>.
|
Loading…
Reference in a new issue