48 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "../schema.json",
 | |
|   "name": "Movary",
 | |
|   "port": 8155,
 | |
|   "available": true,
 | |
|   "exposable": true,
 | |
|   "id": "movary",
 | |
|   "tipi_version": 29,
 | |
|   "version": "0.61.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"
 | |
|   ]
 | |
| }
 | 
![renovate[bot]](/assets/img/avatar_default.png)