2023-03-12 20:08:13 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "Tasks.md",
|
|
|
|
"port": 8157,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "tasks-md",
|
2023-05-14 18:29:45 +00:00
|
|
|
"tipi_version": 4,
|
|
|
|
"version": "1.10.0",
|
2023-04-16 18:12:22 +00:00
|
|
|
"categories": [
|
|
|
|
"development"
|
|
|
|
],
|
2023-03-12 20:08:13 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|