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

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

This commit is contained in:
Yunohost-Bot 2022-08-07 20:11:12 +02:00 committed by Alexandre Aubin
parent 1de7e4ba01
commit f157e10248

View file

@ -6,14 +6,15 @@
"en": "Web-based XMPP/Jabber chat client", "en": "Web-based XMPP/Jabber chat client",
"fr": "Client de chat XMPP/Jabber basé sur le Web" "fr": "Client de chat XMPP/Jabber basé sur le Web"
}, },
"version": "9.1.1~ynh1", "version": "9.1.1~ynh1",
"url": "http://conversejs.org/", "url": "http://conversejs.org/",
"upstream": { "upstream": {
"license": "MPL-2.0", "license": "MPL-2.0",
"website": "http://conversejs.org", "website": "http://conversejs.org",
"demo": "https://inverse.chat/", "demo": "https://inverse.chat/",
"admindoc": "https://conversejs.org/docs/html/index.html", "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", "license": "MPL-2.0",
"maintainer": { "maintainer": {
@ -28,7 +29,7 @@
"nginx" "nginx"
], ],
"arguments": { "arguments": {
"install" : [ "install": [
{ {
"name": "domain", "name": "domain",
"type": "domain" "type": "domain"
@ -43,11 +44,11 @@
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"help": { "help": {
"en": "If enabled, Converse will be accessible by people who doesnt have an account. This can be changed later via the 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." "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 "default": true
} }
] ]
} }
} }