1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpservermon_ynh.git synced 2024-09-03 19:56:40 +02:00

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

This commit is contained in:
Yunohost-Bot 2022-08-08 10:35:57 +02:00 committed by Alexandre Aubin
parent 39092934a7
commit 05ec8d501b

View file

@ -13,7 +13,8 @@
"website": "www.phpservermonitor.org", "website": "www.phpservermonitor.org",
"admindoc": "http://docs.phpservermonitor.org/en/latest/", "admindoc": "http://docs.phpservermonitor.org/en/latest/",
"userdoc": "https://yunohost.org/apps", "userdoc": "https://yunohost.org/apps",
"code": "https://github.com/phpservermon/phpservermon/" "code": "https://github.com/phpservermon/phpservermon/",
"cpe": "cpe:2.3:a:phpservermonitor:php_server_monitor"
}, },
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"maintainer": { "maintainer": {
@ -31,7 +32,7 @@
"mysql" "mysql"
], ],
"arguments": { "arguments": {
"install" : [ "install": [
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
@ -43,16 +44,15 @@
"example": "/phpservermon", "example": "/phpservermon",
"default": "/phpservermon" "default": "/phpservermon"
}, },
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"help": { "help": {
"en": "If the app is not public, only YunoHost users will have access to it", "en": "If the app is not public, only YunoHost users will have access to it",
"fr": "Si l'application n'est pas publique, seul les utilisateurs de YunoHost y auront accés" "fr": "Si l'application n'est pas publique, seul les utilisateurs de YunoHost y auront accés"
}, },
"default": true "default": true
} }
] ]
} }
} }