1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ethercalc_ynh.git synced 2024-09-03 18:26:36 +02:00
ethercalc_ynh/manifest.json
2014-09-08 00:23:35 +02:00

44 lines
1.1 KiB
JSON

{
"name": "EtherCalc",
"id": "ethercalc",
"description": {
"en": "online web spreadsheet editor providing collaborative editing in really real-time"
},
"developer": {
"name": "zamentur",
"email": "valentin@grimaud.me",
"url": "https://ethercalc.net/"
},
"multi_instance": "true",
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain for EtherCalc"
},
"example": "domain.org"
},
{
"name": "path",
"ask": {
"en": "Choose a path for EtherCalc"
},
"example": "/calc",
"default": "/calc"
},
{
"name": "public_site",
"ask": {
"en": "Is it a public EtherCalc ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}