app-store/apps/overseerr/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
655 B
JSON

{
"$schema": "../schema.json",
"name": "Overseerr",
"available": true,
"exposable": true,
"port": 8116,
"id": "overseerr",
"tipi_version": 8,
"version": "1.33.2",
"categories": [
"media",
"utilities"
],
"description": "Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Plex!",
"short_desc": "Request management and media discovery tool for the Plex ecosystem",
"author": "sct",
"source": "https://github.com/sct/overseerr",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
}