1cc62c2202
* Add the extra config to the first 50 apps and modify tests, * Add arch to extra 55 apps. * Fix tests error. * Fix tests (again). * Andd the last 77 apps. * Change photoprism from latest to a version. * Fixes. * Drop arm support for peppermint. --------- Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
28 lines
718 B
JSON
28 lines
718 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Tasks.md",
|
|
"port": 8157,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "tasks-md",
|
|
"tipi_version": 6,
|
|
"version": "1.10.1",
|
|
"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"
|
|
}
|
|
],
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|