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

Merge pull request #13 from yunohost-bot/add-cpe

[autopatch] Add Common Platform Enumeration id to `manifest.json`
This commit is contained in:
Éric Gaspar 2022-08-16 07:44:28 +02:00 committed by GitHub
commit 4b13948467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,9 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"website": "www.phpservermonitor.org", "website": "www.phpservermonitor.org",
"admindoc": "http://docs.phpservermonitor.org/en/latest/", "admindoc": "http://docs.phpservermonitor.org/en/latest/",
"code": "https://github.com/phpservermon/phpservermon/" "userdoc": "https://yunohost.org/apps",
"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": {
@ -30,7 +32,7 @@
"mysql" "mysql"
], ],
"arguments": { "arguments": {
"install" : [ "install": [
{ {
"name": "domain", "name": "domain",
"type": "domain" "type": "domain"
@ -41,16 +43,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
} }
] ]
} }
} }