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
|
|
|
|
},
|
2023-01-07 22:34:35 +01:00
|
|
|
|
"version": "10.1.0~ynh1",
|
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",
|
2022-08-07 20:11:12 +02:00
|
|
|
|
"code": "https://github.com/conversejs/converse.js",
|
|
|
|
|
"cpe": "cpe:2.3:a:conversejs:converse.js"
|
2021-05-25 22:35:17 +02:00
|
|
|
|
},
|
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": {
|
2022-08-14 11:16:18 +02:00
|
|
|
|
"yunohost": ">= 11.0.9"
|
2021-01-29 23:34:36 +01:00
|
|
|
|
},
|
|
|
|
|
"multi_instance": true,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
2022-08-07 20:11:12 +02:00
|
|
|
|
"install": [
|
2021-01-29 23:34:36 +01:00
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2022-01-03 11:54:10 +01:00
|
|
|
|
"type": "domain"
|
2021-01-29 23:34:36 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
|
|
|
|
"type": "path",
|
|
|
|
|
"example": "/converse",
|
|
|
|
|
"default": "/converse"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"help": {
|
2022-08-07 20:11:12 +02:00
|
|
|
|
"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."
|
2021-01-29 23:34:36 +01:00
|
|
|
|
},
|
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2022-08-07 20:11:12 +02:00
|
|
|
|
}
|