31 lines
		
	
	
		
			703 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			703 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "../schema.json",
 | 
						|
  "name": "Planka",
 | 
						|
  "port": 8016,
 | 
						|
  "available": true,
 | 
						|
  "exposable": true,
 | 
						|
  "id": "planka",
 | 
						|
  "tipi_version": 12,
 | 
						|
  "version": "1.15.6",
 | 
						|
  "categories": [
 | 
						|
    "development"
 | 
						|
  ],
 | 
						|
  "description": "The realtime kanban board for workgroups built with React and Redux.",
 | 
						|
  "short_desc": "Free open source kanban board for workgroups.",
 | 
						|
  "author": "Planka",
 | 
						|
  "source": "https://github.com/plankanban/planka",
 | 
						|
  "website": "https://docs.planka.cloud/",
 | 
						|
  "form_fields": [
 | 
						|
    {
 | 
						|
      "type": "random",
 | 
						|
      "label": "Planka Secret Key",
 | 
						|
      "min": 32,
 | 
						|
      "env_variable": "PLANKA_SECRET_KEY"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "supported_architectures": [
 | 
						|
    "arm64",
 | 
						|
    "amd64"
 | 
						|
  ]
 | 
						|
}
 |