24 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "../schema.json",
 | 
						|
  "name": "Mealie",
 | 
						|
  "port": 8220,
 | 
						|
  "available": true,
 | 
						|
  "exposable": true,
 | 
						|
  "id": "mealie-1",
 | 
						|
  "tipi_version": 1,
 | 
						|
  "version": "v1.0.0-RC2",
 | 
						|
  "description": "Mealie is a self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and Mealie will automatically import the relevant data or add a family recipe with the UI editor. Mealie also provides an API for interactions from 3rd party applications. Default username / password is changeme@email.com / MyPassword",
 | 
						|
  "short_desc": "Mealie is a self-hosted recipe manager and meal planner.",
 | 
						|
  "author": "hay-kot",
 | 
						|
  "categories": [],
 | 
						|
  "source": "https://github.com/hay-kot/mealie",
 | 
						|
  "form_fields": [
 | 
						|
    {
 | 
						|
      "type": "boolean",
 | 
						|
      "label": "Allow user registration",
 | 
						|
      "env_variable": "MEALIE_ALLOW_SIGNUP"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "supported_architectures": ["arm64", "amd64"]
 | 
						|
}
 |