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

45 lines
1 KiB
JSON
Raw Normal View History

2014-01-07 21:50:21 +01:00
{
"name": "Etherpad Lite",
"id": "etherpadlite",
"description": {
"en": "online editor providing collaborative editing in really real-time",
},
"developer": {
"name": "beudbeud",
"email": "beudbeud@beudibox.fr",
"url": "http://etherpad.org/"
},
"multi_instance": "true",
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain for Etherpad"
},
"example": "domain.org"
},
{
"name": "path",
"ask": {
"en": "Choose a path for Etherpad"
},
"example": "/pad",
"default": "/pad"
},
{
"name": "public_site",
"ask": {
"en": "Is it a public Etherpad ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}