1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/focalboard_ynh.git synced 2024-09-03 18:36:19 +02:00
focalboard_ynh/manifest.json

42 lines
1.2 KiB
JSON
Raw Normal View History

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
},
"version": "0.6.1~ynh1",
"url": "https://www.focalboard.com/",
"license": "MIT",
"maintainer": {
2021-03-24 16:42:16 +01:00
"name": "John doe"
2021-03-24 16:15:33 +01:00
},
"requirements": {
"yunohost": ">= 4.1.7"
},
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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
2021-03-24 16:15:33 +01:00
"default": true
}
]
}
}