32 lines
		
	
	
		
			727 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			727 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "../schema.json",
 | 
						|
  "name": "Joplin Server",
 | 
						|
  "available": true,
 | 
						|
  "exposable": true,
 | 
						|
  "port": 8099,
 | 
						|
  "id": "joplin",
 | 
						|
  "tipi_version": 13,
 | 
						|
  "version": "2.14.2",
 | 
						|
  "categories": [
 | 
						|
    "utilities"
 | 
						|
  ],
 | 
						|
  "description": "Default credentials: admin@localhost / admin",
 | 
						|
  "short_desc": "Note taking and to-do application with synchronisation",
 | 
						|
  "author": "https://github.com/laurent22",
 | 
						|
  "source": "https://github.com/laurent22/joplin",
 | 
						|
  "website": "https://joplinapp.org",
 | 
						|
  "form_fields": [
 | 
						|
    {
 | 
						|
      "type": "random",
 | 
						|
      "label": "Joplin DB password",
 | 
						|
      "max": 50,
 | 
						|
      "min": 8,
 | 
						|
      "env_variable": "JOPLIN_DB_PASSWORD"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "supported_architectures": [
 | 
						|
    "arm64",
 | 
						|
    "amd64"
 | 
						|
  ]
 | 
						|
}
 |