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
2021-09-26 19:52:45 +02:00

54 lines
1.4 KiB
JSON

{
"name": "EtherCalc",
"id": "ethercalc",
"packaging_format": 1,
"description": {
"en": "Real-time collaborative spreadsheet editor",
"fr": "Feuille de calcul collaborative en ligne"
},
"version": "20201228~ynh4",
"url": "https://ethercalc.net/",
"upstream": {
"license": "CPAL-1.0",
"website": "https://ethercalc.net/",
"demo": "https://ethercalc.net/",
"code": "https://github.com/audreyt/ethercalc"
},
"license": "CPAL-1.0",
"maintainer": {
"name": "ljf",
"email": "ljf+ethercalc_ynh@reflexlibre.net",
"url": "https://reflexlibre.net"
},
"multi_instance": true,
"requirements": {
"yunohost": ">= 4.2.4"
},
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"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"
}
]
}
}