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

49 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "EtherCalc",
"id": "ethercalc",
"description": {
"en": "Online web spreadsheet editor providing collaborative editing in really real-time",
"fr": "Feuille de calcul collaborative en ligne"
},
"developer": {
"name": "zamentur",
"email": "valentin@grimaud.me",
"url": "https://ethercalc.net/"
},
2015-06-01 00:40:57 +02:00
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for EtherCalc",
"fr": "Choisissez un domaine pour EterCalc"
},
"example": "domain.org"
},
{
2017-06-27 13:51:23 +02:00
"name": "is_public",
2017-10-18 15:57:53 +02:00
"type": "boolean",
"ask": {
2017-10-18 15:57:53 +02:00
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
2017-10-18 15:57:53 +02:00
"default": true
},
{
"name": "expire",
"ask": {
"en": "Deletes a spreadsheet's content after N days of inactivity. (0 to diasable this feature)",
"fr": "Suppression après N jours d'inactivités. (0 pour désactiver cette fonctionnalité)"
},
"default": "0"
}
]
}
}