app-store/apps/movary/config.json
DrMxrcy ef3d002a71
Fix Movary Startup and Permissions (#1192)
* Add Movary Migration

* Fix Tipi Network

* Update docker-compose.yml

* Update config.json

* Add healthcheck

* Add App URL

* Remove Auto Migration

* Fix Identity

* Fix MySQL, Test Migrations

* Add User Perms

* Readd Command

* Update description.md
2023-09-12 15:28:01 -04:00

47 lines
1.3 KiB
JSON

{
"$schema": "../schema.json",
"name": "Movary",
"port": 8155,
"available": true,
"exposable": true,
"id": "movary",
"tipi_version": 24,
"version": "0.57.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"
}
]
}