2021-01-29 23:34:36 +01:00
|
|
|
|
{
|
|
|
|
|
"name": "Converse",
|
|
|
|
|
"id": "converse",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
2021-01-29 23:41:10 +01:00
|
|
|
|
"en": "Web-based XMPP/Jabber chat client written in JavaScript",
|
|
|
|
|
"fr": "Client de chat XMPP/Jabber basé sur le Web écrit en JavaScript"
|
2021-01-29 23:34:36 +01:00
|
|
|
|
},
|
|
|
|
|
"version": "7.0.4~ynh1",
|
|
|
|
|
"url": "http://conversejs.org/",
|
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
|
"maintainer": {
|
2021-01-29 23:41:10 +01:00
|
|
|
|
"name": "",
|
2021-01-29 23:34:36 +01:00
|
|
|
|
"email": ""
|
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
|
|
|
|
"yunohost": ">= 4.0.0"
|
|
|
|
|
},
|
|
|
|
|
"multi_instance": true,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
|
|
|
|
"type": "domain",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose a domain for Converse",
|
|
|
|
|
"fr": "Choisissez un nom de domaine pour Converse"
|
|
|
|
|
},
|
|
|
|
|
"example": "domain.org"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
|
|
|
|
"type": "path",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose a path for Converse",
|
|
|
|
|
"fr": "Choisissez un chemin pour Converse"
|
|
|
|
|
},
|
|
|
|
|
"example": "/converse",
|
|
|
|
|
"default": "/converse"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Is it a public application?",
|
|
|
|
|
"fr": "Est-ce une application publique ?"
|
|
|
|
|
},
|
|
|
|
|
"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
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|