1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/taskboard_ynh.git synced 2024-09-03 20:26:27 +02:00
taskboard_ynh/manifest.json
ericgaspar b96c66b3ca Fix
2023-01-07 07:45:57 +01:00

48 lines
1.2 KiB
JSON

{
"name": "TaskBoard",
"id": "taskboard",
"packaging_format": 1,
"description": {
"en": "Kanban-inspired app for keeping track of things that need to get done",
"fr": "Application inspirée de Kanban pour garder une trace des choses à faire"
},
"version": "1.0.2~ynh2",
"url": "http://taskboard.matthewross.me/",
"upstream": {
"license": "MIT",
"website": "http://taskboard.matthewross.me/",
"demo": "https://taskboard.matthewross.me/demo",
"code": "https://github.com/kiswa/TaskBoard"
},
"license": "MIT",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/taskboard",
"default": "/taskboard"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}