1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00
rocketchat_ynh/manifest.json
Éric Gaspar 7ba22dbe1e
Testing (#79)
* Update install
2021-07-11 15:55:42 +02:00

51 lines
1.3 KiB
JSON

{
"name": "RocketChat",
"id": "rocketchat",
"packaging_format": 1,
"description": {
"en": "Team collaboration communication platform",
"fr": "Plateforme de communication collaborative en équipe"
},
"version": "3.16.2~ynh1",
"url": "https://rocket.chat",
"upstream": {
"license": "GPL-3.0",
"website": "https://rocket.chat/",
"demo": "https://cloud.rocket.chat/trial",
"admindoc": "https://docs.rocket.chat/",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/RocketChat/Rocket.Chat"
},
"license": "GPL-3.0",
"maintainer": {
"name": "",
"email": ""
},
"multi_instance": false,
"services": [
"nginx"
],
"requirements": {
"yunohost": ">> 4.2.4"
},
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/rocketchat",
"default": "/rocketchat"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}