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

77 lines
2.5 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": {
2020-10-20 13:46:23 +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
},
2021-05-15 08:46:50 +02:00
"version": "1.8.13~ynh2",
2020-10-20 13:46:23 +02:00
"url": "https://etherpad.org/",
"license": "Apache-2.0",
"maintainer": {
2020-12-04 11:55:06 +01:00
"name": "eric_G"
},
"requirements": {
2021-05-15 19:43:37 +02:00
"yunohost": ">= 4.2.4"
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",
2020-10-20 13:46:23 +02:00
"type": "domain",
"example": "example.com"
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",
"type": "user",
"example": "johndoe"
},
{
"name": "password",
"type": "password",
"example": "Choose a password"
2016-07-11 09:10:41 +02:00
}
2014-01-07 21:50:21 +01:00
]
}
}