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

87 lines
2.8 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-03-05 09:07:54 +01:00
"version": "1.8.12~ynh1",
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-02-26 09:06:40 +01:00
"yunohost": ">= 4.1.7"
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",
2014-01-07 21:50:21 +01:00
"ask": {
2020-10-20 13:46:23 +02:00
"en": "Choose a domain name for Etherpad",
"fr": "Choisissez un nom de domaine pour Etherpad"
2014-01-07 21:50:21 +01:00
},
2020-10-20 13:46:23 +02:00
"example": "example.com"
2014-01-07 21:50:21 +01:00
},
{
"name": "path",
2020-10-20 13:46:23 +02:00
"type": "path",
2014-01-07 21:50:21 +01:00
"ask": {
"en": "Choose a path for Etherpad",
"fr": "Choisissez un chemin pour Etherpad"
2014-01-07 21:50:21 +01:00
},
2020-10-20 13:46:23 +02:00
"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",
2014-01-07 21:50:21 +01:00
"ask": {
2016-07-11 09:09:29 +02:00
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
2014-01-07 21:50:21 +01:00
},
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
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
2020-12-21 22:54:19 +01:00
"choices": ["de", "en", "es", "fr", "it", "pt"],
"default": "en"
2020-10-20 13:46:23 +02:00
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez l'administrateur"
},
"example": "johndoe"
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Set the administrator password",
"fr": "Définissez le mot de passe administrateur"
},
"example": "Choose a password"
2016-07-11 09:10:41 +02:00
}
2014-01-07 21:50:21 +01:00
]
}
}