mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"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/"
|
|
},
|
|
"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"
|
|
},
|
|
|
|
{
|
|
"name": "is_public",
|
|
"ask": {
|
|
"en": "Is it a public EtherCalc ?",
|
|
"fr": "Des personnes n'ayant pas de compte Yunohost peuvent elles utiliser ce EtherCalc ?"
|
|
},
|
|
"choices": ["Yes", "No"],
|
|
"default": "Yes"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
|
|
|
|
]
|
|
}
|
|
}
|
|
|
|
|