mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
See https://github.com/YunoHost-Apps/dokuwiki_ynh/pull/37#issuecomment-404597751 Just one last thing, if you put the yunohost requirement at 2.7.14 (last jessie version), you can remove any reference to #sub_path_only in nginx into your install script, as well as upgrade and change_url scripts. This fix, alias_traversal, is now handled by the helper itself.
84 lines
2.8 KiB
JSON
84 lines
2.8 KiB
JSON
{
|
|
"name": "Dokuwiki",
|
|
"id": "dokuwiki",
|
|
"packaging_format": 1,
|
|
"requirements": {
|
|
"yunohost": ">> 2.7.14"
|
|
},
|
|
"description": {
|
|
"en": "DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.",
|
|
"fr": "DokuWiki est un wiki Open Source simple à utiliser et très polyvalent qui n'exige aucune base de données.",
|
|
"de": "DokuWiki ist ein standardkonformes, einfach zu benutzendes Wiki und zielt hauptsächlich auf die Erstellung von Dokumentationen aller Art ab.",
|
|
"es": "DokuWiki es un sistema de Wiki de uso sencillicimo y compatible con los estándares.",
|
|
"it": "DokuWiki è un Wiki aderente agli standard, semplice da usare, finalizzato principalmente alla creazione di documentazione di qualsiasi tipo."
|
|
},
|
|
"version": "2018-04-22a~ynh1",
|
|
"url": "https://www.dokuwiki.org",
|
|
"maintainer": {
|
|
"name": "Gofannon",
|
|
"email": "gofannon@riseup.net"
|
|
},
|
|
"previous_maintainers": [
|
|
{
|
|
"name": "opi",
|
|
"email": "opi@zeropi.net",
|
|
"url": ""
|
|
}
|
|
],
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php5-fpm"
|
|
],
|
|
"license": "GPL-2.0-or-later",
|
|
"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",
|
|
"ask": {
|
|
"en": "Choose the application language",
|
|
"fr": "Choisissez la langue de l'application"
|
|
},
|
|
"choices": ["en", "fr"],
|
|
"default": "en"
|
|
}
|
|
]
|
|
}
|
|
}
|