1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/converse_ynh.git synced 2024-09-03 18:25:53 +02:00
converse_ynh/manifest.json
2021-07-17 19:08:47 +02:00

54 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Converse",
"id": "converse",
"packaging_format": 1,
"description": {
"en": "Web-based XMPP/Jabber chat client",
"fr": "Client de chat XMPP/Jabber basé sur le Web"
},
"version": "7.0.6~ynh2",
"url": "http://conversejs.org/",
"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"
},
"license": "MPL-2.0",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 4.2.4"
},
"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 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."
},
"default": true
}
]
}
}