app-store/apps/movary/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

46 lines
1.3 KiB
JSON

{
"$schema": "../schema.json",
"name": "Movary",
"port": 8155,
"available": true,
"exposable": true,
"id": "movary",
"tipi_version": 26,
"version": "0.59.0",
"categories": [
"media"
],
"description": "Movary is a self-hosted web application to track and rate your watched movies (like a digital movie diary). You can import/export your history and ratings from/to third parties like trakt.tv or letterboxd.com, scrobble your watches via Plex and Jellyfin and more.",
"short_desc": "Movary is a self-hosted web application to track and rate your watched movies. ",
"author": "leepeuker",
"source": "https://github.com/leepeuker/movary",
"form_fields": [
{
"type": "random",
"label": "MySQL Password",
"min": 32,
"env_variable": "MOVARY_MYSQL_PASSWORD"
},
{
"type": "random",
"label": "Plex Identifier",
"min": 32,
"env_variable": "MOVARY_PLEX_IDENTIFIER"
},
{
"type": "random",
"label": "Plex Identifier",
"min": 32,
"env_variable": "MOVARY_JELLYFIN_IDENTIFIER"
},
{
"type": "text",
"label": "The MovieDB API Key",
"hint": "Get from https://www.themoviedb.org/settings/api",
"required": true,
"env_variable": "MOVARY_TMDB_API_KEY"
}
],
"supported_architectures": ["amd64"]
}