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
ericgaspar dc9add7e1b
Fix
2021-04-20 21:31:56 +02:00

55 lines
1.5 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.1.7"
},
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/",
"default": "/"
},
{
"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"
}
]
}
}