app-store/apps/sonarr/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
749 B
JSON

{
"$schema": "../schema.json",
"name": "Sonarr",
"available": true,
"exposable": true,
"port": 8098,
"id": "sonarr",
"tipi_version": 5,
"version": "3.0.10",
"categories": [
"media",
"utilities"
],
"description": "Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
"short_desc": "TV show manager for Usenet and BitTorrent",
"author": "sonarr.tv",
"source": "https://github.com/Sonarr/Sonarr",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
}