{ "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" } ] } }