2014-08-26 00:49:46 +02:00
|
|
|
{
|
|
|
|
"name": "EtherCalc",
|
|
|
|
"id": "ethercalc",
|
2018-05-27 17:05:33 +02:00
|
|
|
"packaging_format": 1,
|
2014-08-26 00:49:46 +02:00
|
|
|
"description": {
|
2021-09-19 09:06:34 +02:00
|
|
|
"en": "Real-time collaborative spreadsheet editor",
|
2014-12-08 01:10:44 +01:00
|
|
|
"fr": "Feuille de calcul collaborative en ligne"
|
2014-08-26 00:49:46 +02:00
|
|
|
},
|
2022-04-09 09:48:58 +02:00
|
|
|
"version": "20201228~ynh5",
|
2020-11-03 14:16:38 +01:00
|
|
|
"url": "https://ethercalc.net/",
|
2021-06-01 17:22:07 +02:00
|
|
|
"upstream": {
|
2021-06-01 17:35:15 +02:00
|
|
|
"license": "CPAL-1.0",
|
2021-06-01 17:22:07 +02:00
|
|
|
"website": "https://ethercalc.net/",
|
|
|
|
"demo": "https://ethercalc.net/",
|
|
|
|
"code": "https://github.com/audreyt/ethercalc"
|
|
|
|
},
|
2021-06-01 17:35:15 +02:00
|
|
|
"license": "CPAL-1.0",
|
2018-05-27 17:05:33 +02:00
|
|
|
"maintainer": {
|
|
|
|
"name": "ljf",
|
|
|
|
"email": "ljf+ethercalc_ynh@reflexlibre.net",
|
|
|
|
"url": "https://reflexlibre.net"
|
2014-08-26 00:49:46 +02:00
|
|
|
},
|
2019-07-20 20:33:14 +02:00
|
|
|
"multi_instance": true,
|
2018-05-27 17:05:33 +02:00
|
|
|
"requirements": {
|
2022-04-09 09:48:58 +02:00
|
|
|
"yunohost": ">= 4.3.0"
|
2018-05-27 17:05:33 +02:00
|
|
|
},
|
|
|
|
"services": [
|
2020-11-03 14:24:40 +01:00
|
|
|
"nginx"
|
2018-05-27 17:05:33 +02:00
|
|
|
],
|
2014-08-26 00:49:46 +02:00
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-09-19 09:06:34 +02:00
|
|
|
"type": "domain"
|
2014-08-26 00:49:46 +02:00
|
|
|
},
|
|
|
|
{
|
2017-06-27 13:51:23 +02:00
|
|
|
"name": "is_public",
|
2017-10-18 15:57:53 +02:00
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
2014-12-08 01:10:44 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "expire",
|
2020-11-03 14:24:40 +01:00
|
|
|
"type": "string",
|
2014-12-08 01:10:44 +01:00
|
|
|
"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"
|
2014-08-26 00:49:46 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|