1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00

[autopatch] Add Common Platform Enumeration id to manifest.json

This commit is contained in:
Yunohost-Bot 2022-08-07 20:11:23 +02:00 committed by Alexandre Aubin
parent 36d28d3c45
commit 5193b0d7d0

View file

@ -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": ">= 4.3.0"
},
@ -37,7 +39,7 @@
"php7.3-fpm"
],
"arguments": {
"install" : [
"install": [
{
"name": "domain",
"type": "domain"
@ -64,7 +66,10 @@
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["en", "fr"],
"choices": [
"en",
"fr"
],
"default": "en"
}
]