app-store/apps/jackett/config.json

21 lines
818 B
JSON
Raw Permalink Normal View History

2022-07-28 17:46:12 +00:00
{
"$schema": "../schema.json",
2022-07-28 17:46:12 +00:00
"name": "Jackett",
"available": true,
2022-11-11 19:33:58 +00:00
"exposable": true,
2022-07-28 17:46:12 +00:00
"port": 8097,
"id": "jackett",
"tipi_version": 80,
"version": "latest",
2022-07-28 17:46:12 +00:00
"description": "Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches.",
"short_desc": "API Support for your favorite torrent trackers ",
"categories": [
"media",
"utilities"
],
2022-07-28 17:46:12 +00:00
"author": "",
"source": "https://github.com/Jackett/Jackett",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
2022-07-28 17:46:12 +00:00
}