24 lines
590 B
JSON
24 lines
590 B
JSON
{
|
|
"name": "Kanboard",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 8010,
|
|
"id": "kanboard",
|
|
"description": "Kanboard is a free and open source Kanban project management software.",
|
|
"tipi_version": 1,
|
|
"version": "1.2.28",
|
|
"categories": ["development"],
|
|
"short_desc": "Open Source Kanban Board",
|
|
"author": "Frédéric Guillot",
|
|
"source": "https://github.com/kanboard/kanboard",
|
|
"form_fields": [
|
|
{
|
|
"type": "text",
|
|
"label": "Enable Plugin Installer (TRUE or FALSE)",
|
|
"max": 5,
|
|
"min": 4,
|
|
"required": true,
|
|
"env_variable": "PLUGIN_INSTALLER"
|
|
}
|
|
]
|
|
} |