26 lines
683 B
JSON
26 lines
683 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Planka",
|
|
"port": 8016,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "planka",
|
|
"tipi_version": 29,
|
|
"version": "1.19.1",
|
|
"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"]
|
|
}
|