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

55 lines
1.6 KiB
JSON
Raw Normal View History

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-03 16:06:12 +02:00
"version": "7.0.6~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",
"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 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
}
]
}
}