mirror of
https://github.com/YunoHost-Apps/focalboard_ynh.git
synced 2024-09-03 18:36:19 +02:00
37 lines
870 B
JSON
Executable file
37 lines
870 B
JSON
Executable file
{
|
|
"name": "Focalboard",
|
|
"id": "focalboard",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Self-hosted alternative to Trello, Notion, and Asana",
|
|
"fr": "Alternative auto-hébergée à Trello, Notion et Asana"
|
|
},
|
|
"version": "0.6.1~ynh1",
|
|
"url": "https://www.focalboard.com/",
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "John doe"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.1.7"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|