2021-01-29 23:34:36 +01:00
|
|
|
|
{
|
|
|
|
|
"name": "Converse",
|
|
|
|
|
"id": "converse",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
2021-01-30 14:17:41 +01:00
|
|
|
|
"en": "Web-based XMPP/Jabber chat client",
|
|
|
|
|
"fr": "Client de chat XMPP/Jabber basé sur le Web"
|
2021-01-29 23:34:36 +01:00
|
|
|
|
},
|
2021-07-17 19:08:47 +02:00
|
|
|
|
"version": "7.0.6~ynh2",
|
2021-01-29 23:34:36 +01:00
|
|
|
|
"url": "http://conversejs.org/",
|
2021-05-25 22:35:17 +02:00
|
|
|
|
"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"
|
|
|
|
|
},
|
2021-01-29 23:34:36 +01:00
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
|
"maintainer": {
|
2021-01-30 14:17:41 +01:00
|
|
|
|
"name": "eric_G",
|
2021-01-29 23:34:36 +01:00
|
|
|
|
"email": ""
|
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
2021-05-25 22:35:17 +02:00
|
|
|
|
"yunohost": ">= 4.2.4"
|
2021-01-29 23:34:36 +01:00
|
|
|
|
},
|
|
|
|
|
"multi_instance": true,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
|
|
|
|
"type": "domain",
|
|
|
|
|
"example": "domain.org"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
|
|
|
|
"type": "path",
|
|
|
|
|
"example": "/converse",
|
|
|
|
|
"default": "/converse"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"help": {
|
|
|
|
|
"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."
|
|
|
|
|
},
|
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|