2023-07-19 05:31:06 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "Planka",
|
|
|
|
"port": 8016,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "planka",
|
2024-06-21 21:48:39 +00:00
|
|
|
"tipi_version": 29,
|
|
|
|
"version": "1.19.1",
|
2024-05-19 12:02:02 +00:00
|
|
|
"categories": ["development"],
|
2023-07-19 05:31:06 +00:00
|
|
|
"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"
|
|
|
|
}
|
2023-10-29 19:43:17 +00:00
|
|
|
],
|
2024-05-19 12:02:02 +00:00
|
|
|
"supported_architectures": ["arm64", "amd64"]
|
2023-07-19 05:31:06 +00:00
|
|
|
}
|