{ "name": "Dokuwiki", "id": "dokuwiki", "packaging_format": 1, "description": { "en": "A lightweight, simple to use and highly versatile wiki", "fr": "Un wiki léger, simple à utiliser et très polyvalent", "de": "Ein standardkonformes, einfach zu benutzendes Wiki und zielt hauptsächlich auf die Erstellung von Dokumentationen aller Art ab.", "es": "Un sistema de Wiki de uso sencillicimo y compatible con los estándares.", "it": "Un Wiki aderente agli standard, semplice da usare, finalizzato principalmente alla creazione di documentazione di qualsiasi tipo." }, "version": "2018-04-22b~ynh2", "url": "https://www.dokuwiki.org", "license": "GPL-2.0-or-later", "maintainer": { "name": "Gofannon", "email": "gofannon@riseup.net" }, "previous_maintainers": [ { "name": "opi", "email": "opi@zeropi.net" }], "requirements": { "yunohost": ">= 3.7" }, "multi_instance": true, "services": [ "nginx", "php7.0-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain for DokuWiki", "fr": "Choisissez un domaine pour DokuWiki" }, "example": "domain.org" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for DokuWiki", "fr": "Choisissez un chemin pour DokuWiki" }, "example": "/dokuwiki", "default": "/dokuwiki" }, { "name": "admin", "type": "user", "ask": { "en": "Choose an admin user", "fr": "Choisissez l'administrateur" }, "example": "johndoe" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public DokuWiki site ?", "fr": "Est-ce un site public ?" }, "default": "true" }, { "name": "language", "type": "string", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, "choices": ["en", "fr"], "default": "en" } ] } }