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

56 lines
1.5 KiB
JSON
Raw Normal View History

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