1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00
etherpad_ynh/manifest.json
Bachir Soussi Chiadmi 26e94025fd bugfix
2016-07-11 09:10:41 +02:00

55 lines
1.5 KiB
JSON

{
"name": "Etherpad Lite",
"id": "etherpadlite",
"packaging_format": 1,
"description": {
"en": "online editor providing collaborative editing in really real-time",
"fr": "editeur multiutilisiteur en temps réel en ligne"
},
"url":"http://etherpad.org/",
"license":"free",
"maintainer": {
"name": "beudbeud",
"email": "beudbeud@beudibox.fr"
},
"requirements": {
"yunohost": ">= 2.4.0"
},
"multi_instance": "true",
"services":[
"nginx",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type":"domain",
"ask": {
"en": "Choose a domain for Etherpad",
"fr": "Choisissez un domaine pour Etherpad"
},
"example": "domain.org"
},
{
"name": "path",
"type":"path",
"ask": {
"en": "Choose a path for Etherpad",
"fr": "Choisissez un chemin pour Etherpad"
},
"example": "/pad",
"default": "/pad"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}