app-store/apps/tasks-md/config.json
2023-03-20 08:58:32 -04:00

25 lines
660 B
JSON

{
"$schema": "../schema.json",
"name": "Tasks.md",
"port": 8157,
"available": true,
"exposable": true,
"id": "tasks-md",
"tipi_version": 1,
"version": "1.5.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"
}
]
}