app-store/apps/tasks-md/config.json
renovate[bot] e0300df9e7
chore(deps): update baldissaramatheus/tasks.md docker tag to v1.9.0 (#500)
* chore(deps): update baldissaramatheus/tasks.md docker tag to v1.9.0

* 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-05-09 09:11:31 -04:00

27 lines
668 B
JSON

{
"$schema": "../schema.json",
"name": "Tasks.md",
"port": 8157,
"available": true,
"exposable": true,
"id": "tasks-md",
"tipi_version": 3,
"version": "1.9.0",
"categories": [
"development"
],
"description": "A self-hosted, file based task management board that supports Markdown syntax",
"short_desc": "A self-hosted, file based task management board.",
"author": "BaldissaraMatheus",
"source": "https://github.com/BaldissaraMatheus/Tasks.md",
"form_fields": [
{
"type": "text",
"label": "Board Title",
"placeholder": "My tasks board",
"required": true,
"env_variable": "TASKS_MD_TITLE"
}
]
}