{ "name": "Etherpad", "id": "etherpad", "packaging_format": 1, "description": { "en": "Online editor providing collaborative editing in real-time.", "fr": "Éditeur en ligne fournissant l'édition collaborative en temps réel." }, "version": "1.8.7~ynh1", "url": "https://etherpad.org/", "license": "Apache-2.0", "maintainer": { "name": "eric_G" }, "requirements": { "yunohost": ">= 3.8.1" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain name for Etherpad", "fr": "Choisissez un nom de domaine pour Etherpad" }, "example": "example.com" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for Etherpad", "fr": "Choisissez un chemin pour Etherpad" }, "example": "/etherpad", "default": "/etherpad" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, "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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true }, { "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" }, { "name": "language", "type": "string", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, "choices": ["de", "en", "es", "fr", "it", "pt"], "default": "en" }, { "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" } ] } }