1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/converse_ynh.git synced 2024-09-03 18:25:53 +02:00

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

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

View file

@ -6,14 +6,15 @@
"en": "Web-based XMPP/Jabber chat client",
"fr": "Client de chat XMPP/Jabber basé sur le Web"
},
"version": "9.1.1~ynh1",
"version": "9.1.1~ynh1",
"url": "http://conversejs.org/",
"upstream": {
"license": "MPL-2.0",
"website": "http://conversejs.org",
"demo": "https://inverse.chat/",
"admindoc": "https://conversejs.org/docs/html/index.html",
"code": "https://github.com/conversejs/converse.js"
"code": "https://github.com/conversejs/converse.js",
"cpe": "cpe:2.3:a:conversejs:converse.js"
},
"license": "MPL-2.0",
"maintainer": {
@ -28,7 +29,7 @@
"nginx"
],
"arguments": {
"install" : [
"install": [
{
"name": "domain",
"type": "domain"
@ -43,11 +44,11 @@
"name": "is_public",
"type": "boolean",
"help": {
"en": "If enabled, Converse will be accessible by people who doesnt have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Converse sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
"en": "If enabled, Converse will be accessible by people who doesnt have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Converse sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}
}