app-store/apps/jackett/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

21 lines
818 B
JSON

{
"$schema": "../schema.json",
"name": "Jackett",
"available": true,
"exposable": true,
"port": 8097,
"id": "jackett",
"tipi_version": 80,
"version": "latest",
"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"
],
"author": "",
"source": "https://github.com/Jackett/Jackett",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
}