app-store/apps/movary/config.json
DrMxrcy 420e929d4b
Add Movary (#218)
* Add Movary

(No Image so I used the Tipi Logo as a placeholder)

* Update README.md

* Update logo.jpg

* Update Reviews

* Update docker-compose.yml
2023-04-05 15:08:03 -04:00

31 lines
1023 B
JSON

{
"$schema": "../schema.json",
"name": "Movary",
"port": 8155,
"available": true,
"exposable": true,
"id": "movary",
"tipi_version": 1,
"version": "0.47.2",
"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": "text",
"label": "The MovieDB API Key",
"hint": "Get from https://www.themoviedb.org/settings/api",
"required": true,
"env_variable": "MOVARY_TMDB_API_KEY"
}
]
}