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

50 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2020-09-29 16:25:50 +02:00
{
2023-08-14 14:57:19 +02:00
"name": "Univer",
"id": "univer",
2020-09-29 16:25:50 +02:00
"packaging_format": 1,
"description": {
2023-08-14 15:56:03 +02:00
"en": "Collabrative solution",
2021-11-21 19:43:21 +01:00
"fr": "Feuille de calcul en ligne, puissante, simple à configurer"
2020-09-29 16:25:50 +02:00
},
2023-08-14 14:57:19 +02:00
"version": "1.1.0~ynh1",
2022-06-16 03:06:21 +02:00
"upstream": {
"license": "MIT",
2023-08-14 14:57:19 +02:00
"demo": "https://dream-num.github.io/univer-demo/",
"code": "https://github.com/dream-num/univer"
2022-06-16 03:06:21 +02:00
},
2020-09-29 16:25:50 +02:00
"license": "MIT",
"maintainer": {
2020-12-31 14:42:41 +01:00
"name": "eric_G"
2020-09-29 16:25:50 +02:00
},
"requirements": {
2023-08-14 14:57:19 +02:00
"yunohost": ">= 11.2"
2020-09-29 16:25:50 +02:00
},
2021-04-11 19:42:25 +02:00
"multi_instance": false,
2020-09-29 16:25:50 +02:00
"services": [
"nginx"
],
"arguments": {
2022-06-16 03:06:21 +02:00
"install": [
2020-09-29 16:25:50 +02:00
{
"name": "domain",
2021-11-21 19:43:21 +01:00
"type": "domain"
2020-09-29 16:25:50 +02:00
},
{
"name": "path",
"type": "path",
2023-08-14 14:57:19 +02:00
"example": "/univer",
"default": "/univer"
2020-09-29 16:25:50 +02:00
},
{
"name": "is_public",
"type": "boolean",
"help": {
2023-08-14 15:56:03 +02:00
"en": "If enabled, Univer 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, Univer sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
2020-09-29 16:25:50 +02:00
},
"default": true
}
]
}
}