app-store/apps/kanboard/config.json
renovate[bot] 75fbab33ca
chore(deps): update kanboard/kanboard docker tag to v1.2.30 (#648)
* chore(deps): update kanboard/kanboard docker tag to v1.2.30

* 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>
2023-06-04 23:16:32 -04:00

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": 3,
"version": "1.2.30",
"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"
}
]
}