1cc62c2202
* 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>
21 lines
834 B
JSON
21 lines
834 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Prowlarr",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 8109,
|
|
"id": "prowlarr",
|
|
"tipi_version": 3,
|
|
"version": "develop",
|
|
"categories": [
|
|
"media",
|
|
"utilities"
|
|
],
|
|
"description": "Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr offering complete management of your indexers with no per app Indexer setup required (we do it all).",
|
|
"short_desc": "A torrent/usenet indexer manager/proxy",
|
|
"author": "Prowlarr",
|
|
"source": "https://github.com/Prowlarr/Prowlarr/",
|
|
"form_fields": [],
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|