768eaee3c9
* chore(deps): update kanboard/kanboard docker tag to v1.2.29 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
26 lines
616 B
JSON
26 lines
616 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": 2,
|
|
"version": "1.2.29",
|
|
"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"
|
|
}
|
|
]
|
|
}
|