1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00
etherpad_ynh/manifest.json

81 lines
2.6 KiB
JSON
Raw Normal View History

2014-01-07 21:50:21 +01:00
{
2020-10-20 13:46:23 +02:00
"name": "Etherpad",
"id": "etherpad",
"packaging_format": 1,
2014-01-07 21:50:21 +01:00
"description": {
2021-07-14 23:20:39 +02:00
"en": "Online editor providing collaborative editing in real-time",
"fr": "Éditeur en ligne fournissant l'édition collaborative en temps réel"
2014-01-07 21:50:21 +01:00
},
2022-02-24 07:27:10 +01:00
"version": "1.8.17~ynh1",
2020-10-20 13:46:23 +02:00
"url": "https://etherpad.org/",
2021-05-29 12:24:08 +02:00
"upstream": {
"license": "Apache-2.0",
"website": "https://etherpad.org/",
"demo": "https://video.etherpad.com/",
2022-02-24 07:30:09 +01:00
"admindoc": "http://etherpad.org/doc/v1.8.17",
2021-05-29 12:24:08 +02:00
"code": "https://github.com/ether/etherpad-lite"
},
2020-10-20 13:46:23 +02:00
"license": "Apache-2.0",
"maintainer": {
2020-12-04 11:55:06 +01:00
"name": "eric_G"
},
"requirements": {
2021-11-20 23:04:33 +01:00
"yunohost": ">= 4.3.0"
2014-01-07 21:50:21 +01:00
},
2020-10-20 13:46:23 +02:00
"multi_instance": true,
"services": [
2020-12-21 22:54:19 +01:00
"nginx"
],
2014-01-07 21:50:21 +01:00
"arguments": {
"install" : [
{
"name": "domain",
2021-09-30 10:01:17 +02:00
"type": "domain"
2014-01-07 21:50:21 +01:00
},
{
"name": "path",
2020-10-20 13:46:23 +02:00
"type": "path",
"example": "/etherpad",
"default": "/etherpad"
2014-01-07 21:50:21 +01:00
},
{
2016-07-11 09:09:29 +02:00
"name": "is_public",
"type": "boolean",
2020-10-20 13:46:23 +02:00
"help": {
"en": "If enabled, Etherpad will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Etherpad sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
2016-07-11 09:09:29 +02:00
"default": true
2020-10-20 13:46:23 +02:00
},
2020-12-23 23:33:29 +01:00
{
"name": "export",
"type": "string",
"ask": {
"en": "Use AbiWord (~260 Mo) or LibreOffice (~400 Mo) (more stable) to expand export possibilities (PDF, doc)?",
"fr": "Utiliser AbiWord (~260 Mo) ou LibreOffice (~400 Mo) (plus stable) pour étendre les possibilités d'export (PDF, doc) ?"
},
"choices" : ["none", "abiword", "libreoffice"],
"default" : "none"
},
2020-10-20 13:46:23 +02:00
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
2021-05-03 21:50:31 +02:00
"choices": ["de", "en", "es", "fr", "it"],
2020-12-21 22:54:19 +01:00
"default": "en"
2020-10-20 13:46:23 +02:00
},
{
"name": "admin",
2021-09-30 10:01:17 +02:00
"type": "user"
2020-10-20 13:46:23 +02:00
},
{
"name": "password",
2021-09-30 10:01:17 +02:00
"type": "password"
2016-07-11 09:10:41 +02:00
}
2014-01-07 21:50:21 +01:00
]
}
}