2020-09-29 16:25:50 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "Luckysheet",
|
|
|
|
|
"id": "luckysheet",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
2021-11-21 19:43:21 +01:00
|
|
|
|
"en": "Online spreadsheet that is powerful, simple to configure",
|
|
|
|
|
"fr": "Feuille de calcul en ligne, puissante, simple à configurer"
|
2020-09-29 16:25:50 +02:00
|
|
|
|
},
|
2022-06-16 04:10:16 +02:00
|
|
|
|
"version": "2.1.13~ynh1",
|
2020-09-29 16:25:50 +02:00
|
|
|
|
"url": "https://github.com/mengshukeji/Luckysheet",
|
2022-06-16 03:06:21 +02:00
|
|
|
|
"upstream": {
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"website": "https://github.com/mengshukeji/Luckysheet",
|
|
|
|
|
"demo": "https://mengshukeji.github.io/LuckysheetDemo/",
|
|
|
|
|
"admindoc": "https://mengshukeji.github.io/LuckysheetDocs/guide/",
|
|
|
|
|
"code": "https://github.com/mengshukeji/Luckysheet"
|
|
|
|
|
},
|
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": {
|
2021-11-21 19:43:21 +01:00
|
|
|
|
"yunohost": ">= 4.3.0"
|
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",
|
|
|
|
|
"example": "/luckysheet",
|
|
|
|
|
"default": "/luckysheet"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"help": {
|
|
|
|
|
"en": "If enabled, Luckysheet 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, Luckysheet sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|