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

59 lines
1.9 KiB
JSON
Raw Normal View History

2020-09-29 16:25:50 +02:00
{
"name": "Luckysheet",
"id": "luckysheet",
"packaging_format": 1,
"description": {
"en": "Online spreadsheet that is powerful, simple to configure, and completely open source.",
"fr": "Feuille de calcul en ligne, puissante, simple à configurer et entièrement open source."
},
2021-01-20 17:24:56 +01:00
"version": "2.1.13~ynh1",
2020-09-29 16:25:50 +02:00
"url": "https://github.com/mengshukeji/Luckysheet",
"license": "MIT",
"maintainer": {
2020-12-31 14:42:41 +01:00
"name": "eric_G"
2020-09-29 16:25:50 +02:00
},
"requirements": {
"yunohost": ">= 3.8.1"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Luckysheet",
"fr": "Choisissez un nom de domaine pour Luckysheet"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Luckysheet",
"fr": "Choisissez un chemin pour Luckysheet"
},
"example": "/luckysheet",
"default": "/luckysheet"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site?",
"fr": "Est-ce un site public ?"
},
"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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}