mirror of
https://github.com/YunoHost-Apps/luckysheet_ynh.git
synced 2024-09-03 19:36:21 +02:00
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
||
"name": "Univer",
|
||
"id": "univer",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Collabrative solution",
|
||
"fr": "Feuille de calcul en ligne, puissante, simple à configurer"
|
||
},
|
||
"version": "1.1.0~ynh1",
|
||
"upstream": {
|
||
"license": "MIT",
|
||
"demo": "https://dream-num.github.io/univer-demo/",
|
||
"code": "https://github.com/dream-num/univer"
|
||
},
|
||
"license": "MIT",
|
||
"maintainer": {
|
||
"name": "eric_G"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 11.2"
|
||
},
|
||
"multi_instance": false,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install": [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/univer",
|
||
"default": "/univer"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
},
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|