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

55 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "EtherCalc",
"id": "ethercalc",
2018-05-27 17:05:33 +02:00
"packaging_format": 1,
"description": {
2021-09-19 09:06:34 +02:00
"en": "Real-time collaborative spreadsheet editor",
"fr": "Feuille de calcul collaborative en ligne"
},
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"
},
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
],
"arguments": {
"install" : [
{
"name": "domain",
2021-09-19 09:06:34 +02:00
"type": "domain"
},
{
2017-06-27 13:51:23 +02:00
"name": "is_public",
2017-10-18 15:57:53 +02:00
"type": "boolean",
"default": true
},
{
"name": "expire",
2020-11-03 14:24:40 +01:00
"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"
}
]
}
}