mirror of
https://github.com/YunoHost-Apps/luckysheet_ynh.git
synced 2024-09-03 19:36:21 +02:00
52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
||
"name": "Luckysheet",
|
||
"id": "luckysheet",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Online spreadsheet that is powerful, simple to configure",
|
||
"fr": "Feuille de calcul en ligne, puissante, simple à configurer"
|
||
},
|
||
"version": "2.1.13~ynh1",
|
||
"url": "https://github.com/mengshukeji/Luckysheet",
|
||
"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"
|
||
},
|
||
"license": "MIT",
|
||
"maintainer": {
|
||
"name": "eric_G"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.3.0"
|
||
},
|
||
"multi_instance": false,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install": [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"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
|
||
}
|
||
]
|
||
}
|
||
}
|