app-store/apps/kanboard/config.json
sclaren 5d263e504c
Changed option for Plugin Installer from text to boolean (#401)
Co-authored-by: Sascha Claren <sascha@saschas-macbook-pro.local>
2023-04-28 14:54:56 -04:00

24 lines
608 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",
"website": "https://kanboard.org/",
"form_fields": [
{
"type": "boolean",
"label": "Enable Plugin Installer",
"required": false,
"env_variable": "PLUGIN_INSTALLER"
}
]
}