mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
84 lines
2.8 KiB
JSON
84 lines
2.8 KiB
JSON
{
|
||
"name": "Etherpad",
|
||
"id": "etherpad",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Online editor providing collaborative editing in real-time.",
|
||
"fr": "Éditeur en ligne fournissant l'édition collaborative en temps réel."
|
||
},
|
||
"version": "1.8.14~ynh1",
|
||
"url": "https://etherpad.org/",
|
||
"upstream": {
|
||
"license": "Apache-2.0",
|
||
"website": "https://etherpad.org/",
|
||
"demo": "https://video.etherpad.com/",
|
||
"admindoc": "http://etherpad.org/doc/v1.8.13",
|
||
"userdoc": "https://yunohost.org/en/app_etherpad",
|
||
"code": "https://github.com/ether/etherpad-lite"
|
||
},
|
||
"license": "Apache-2.0",
|
||
"maintainer": {
|
||
"name": "eric_G"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.2.4"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"example": "example.com"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/etherpad",
|
||
"default": "/etherpad"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"en": "If enabled, Etherpad 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, Etherpad sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
},
|
||
"default": true
|
||
},
|
||
{
|
||
"name": "export",
|
||
"type": "string",
|
||
"ask": {
|
||
"en": "Use AbiWord (~260 Mo) or LibreOffice (~400 Mo) (more stable) to expand export possibilities (PDF, doc)?",
|
||
"fr": "Utiliser AbiWord (~260 Mo) ou LibreOffice (~400 Mo) (plus stable) pour étendre les possibilités d'export (PDF, doc) ?"
|
||
},
|
||
"choices" : ["none", "abiword", "libreoffice"],
|
||
"default" : "none"
|
||
},
|
||
{
|
||
"name": "language",
|
||
"type": "string",
|
||
"ask": {
|
||
"en": "Choose the application language",
|
||
"fr": "Choisissez la langue de l'application"
|
||
},
|
||
"choices": ["de", "en", "es", "fr", "it"],
|
||
"default": "en"
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"type": "user",
|
||
"example": "johndoe"
|
||
},
|
||
{
|
||
"name": "password",
|
||
"type": "password",
|
||
"example": "Choose a password"
|
||
}
|
||
]
|
||
}
|
||
}
|