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 0a809aa274 fixed manifest typo
added source ynh helpers
replaced deprecated db_init etc
fixed remove script
replaced static folders with
2016-07-10 18:40:48 +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": "public_site",
"ask": {
"en": "Is it a public Etherpad ?",
"fr": "Etherpad est-il public?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}