mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
Merge pull request #91 from yunohost-bot/add-cpe
This commit is contained in:
commit
70075bdeb1
1 changed files with 13 additions and 8 deletions
|
@ -16,7 +16,8 @@
|
|||
"website": "https://www.dokuwiki.org",
|
||||
"demo": "https://demo.yunohost.org/dokuwiki/doku.php?id=start&do=login&u=demo&p=demo",
|
||||
"admindoc": "https://www.dokuwiki.org/manual",
|
||||
"code": "https://github.com/splitbrain/dokuwiki"
|
||||
"code": "https://github.com/splitbrain/dokuwiki",
|
||||
"cpe": "cpe:2.3:a:dokuwiki:dokuwiki"
|
||||
},
|
||||
"license": "GPL-2.0-or-later",
|
||||
"maintainer": {
|
||||
|
@ -27,7 +28,8 @@
|
|||
{
|
||||
"name": "opi",
|
||||
"email": "opi@zeropi.net"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"requirements": {
|
||||
"yunohost": ">= 11.0.0"
|
||||
},
|
||||
|
@ -37,7 +39,7 @@
|
|||
"php8.1-fpm"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
"install": [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain"
|
||||
|
@ -68,7 +70,10 @@
|
|||
"en": "Choose the application language",
|
||||
"fr": "Choisissez la langue de l'application"
|
||||
},
|
||||
"choices": ["en", "fr"],
|
||||
"choices": [
|
||||
"en",
|
||||
"fr"
|
||||
],
|
||||
"default": "en"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue