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
2020-11-03 14:24:40 +01:00

57 lines
1.7 KiB
JSON

{
"name": "EtherCalc",
"id": "ethercalc",
"packaging_format": 1,
"description": {
"en": "Online web spreadsheet editor providing collaborative editing in really real-time",
"fr": "Feuille de calcul collaborative en ligne"
},
"version": "0.20170704.0~ynh1",
"url": "https://ethercalc.net/",
"license": "CPAL-1.0&Artistic-2.0",
"maintainer": {
"name": "ljf",
"email": "ljf+ethercalc_ynh@reflexlibre.net",
"url": "https://reflexlibre.net"
},
"multi_instance": true,
"requirements": {
"yunohost": ">= 4.0.0"
},
"services": [
"nginx"
],
"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",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
},
{
"name": "expire",
"type": "string",
"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"
}
]
}
}