2021-03-24 16:15:33 +01:00
|
|
|
|
{
|
|
|
|
|
"name": "Focalboard",
|
|
|
|
|
"id": "focalboard",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
|
|
|
|
"en": "Self-hosted alternative to Trello, Notion, and Asana",
|
2021-03-24 16:42:16 +01:00
|
|
|
|
"fr": "Alternative auto-hébergée à Trello, Notion et Asana"
|
2021-03-24 16:15:33 +01:00
|
|
|
|
},
|
2021-08-27 18:18:53 +02:00
|
|
|
|
"version": "0.8.0~ynh2",
|
2021-03-24 16:15:33 +01:00
|
|
|
|
"url": "https://www.focalboard.com/",
|
2021-05-24 19:45:54 +02:00
|
|
|
|
"upstream": {
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"website": "https://www.focalboard.com/",
|
2021-08-27 18:24:10 +02:00
|
|
|
|
"admindoc": "https://www.focalboard.com/guide/admin/",
|
|
|
|
|
"userdoc": "https://www.focalboard.com/guide/user/",
|
2021-05-24 19:45:54 +02:00
|
|
|
|
"code": "https://github.com/mattermost/focalboard"
|
|
|
|
|
},
|
2021-03-24 16:15:33 +01:00
|
|
|
|
"license": "MIT",
|
|
|
|
|
"maintainer": {
|
2021-08-27 18:24:10 +02:00
|
|
|
|
"name": "eric_G"
|
2021-03-24 16:15:33 +01:00
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
2021-06-10 10:04:35 +02:00
|
|
|
|
"yunohost": ">= 4.2.4"
|
2021-03-24 16:15:33 +01:00
|
|
|
|
},
|
2021-04-05 23:28:59 +02:00
|
|
|
|
"multi_instance": false,
|
2021-03-24 16:15:33 +01:00
|
|
|
|
"services": [
|
|
|
|
|
"nginx",
|
|
|
|
|
"mysql"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
|
|
|
|
"type": "domain",
|
|
|
|
|
"example": "example.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
2021-04-05 23:40:22 +02:00
|
|
|
|
"help": {
|
|
|
|
|
"en": "If enabled, Focalboard will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
|
|
|
|
"fr": "Si cette case est cochée, Focalboard sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
2021-03-24 16:15:33 +01:00
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|