2023-04-05 19:08:03 +00:00
{
"$schema" : "../schema.json" ,
"name" : "Movary" ,
"port" : 8155 ,
"available" : true ,
"exposable" : true ,
"id" : "movary" ,
2023-12-03 15:35:08 +00:00
"tipi_version" : 27 ,
"version" : "0.60.0" ,
2023-06-20 06:51:22 +00:00
"categories" : [
"media"
] ,
2023-04-05 19:08:03 +00:00
"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"
} ,
2023-09-12 14:02:06 +00:00
{
"type" : "random" ,
2023-09-12 19:28:01 +00:00
"label" : "Plex Identifier" ,
2023-09-12 14:02:06 +00:00
"min" : 32 ,
2023-09-12 19:28:01 +00:00
"env_variable" : "MOVARY_PLEX_IDENTIFIER"
} ,
{
"type" : "random" ,
"label" : "Plex Identifier" ,
"min" : 32 ,
"env_variable" : "MOVARY_JELLYFIN_IDENTIFIER"
2023-09-12 14:02:06 +00:00
} ,
2023-04-05 19:08:03 +00:00
{
"type" : "text" ,
"label" : "The MovieDB API Key" ,
"hint" : "Get from https://www.themoviedb.org/settings/api" ,
"required" : true ,
"env_variable" : "MOVARY_TMDB_API_KEY"
}
2023-10-29 19:43:17 +00:00
] ,
2023-12-03 15:35:08 +00:00
"supported_architectures" : [
"amd64"
]
2023-04-05 19:08:03 +00:00
}