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:
parent
1de7e4ba01
commit
f157e10248
1 changed files with 7 additions and 6 deletions
|
@ -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 doesn’t have an account. This can be changed later via the webadmin.",
|
"en": "If enabled, Converse will be accessible by people who doesn’t have an account. This can be changed later via the webadmin.",
|
||||||
"fr": "Si cette case est cochée, Converse sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
"fr": "Si cette case est cochée, Converse sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||||||
},
|
},
|
||||||
"default": true
|
"default": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue