* chore(deps): update leepeuker/movary docker tag to v0.51.0 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "../schema.json",
 | 
						|
  "name": "Movary",
 | 
						|
  "port": 8155,
 | 
						|
  "available": true,
 | 
						|
  "exposable": true,
 | 
						|
  "id": "movary",
 | 
						|
  "tipi_version": 4,
 | 
						|
  "version": "0.51.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": "text",
 | 
						|
      "label": "The MovieDB API Key",
 | 
						|
      "hint": "Get from https://www.themoviedb.org/settings/api",
 | 
						|
      "required": true,
 | 
						|
      "env_variable": "MOVARY_TMDB_API_KEY"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |