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

51 lines
1.3 KiB
JSON
Raw Normal View History

2016-04-29 16:32:48 +02:00
{
"name": "RocketChat",
2016-04-29 16:32:48 +02:00
"id": "rocketchat",
"packaging_format": 1,
2016-04-29 16:32:48 +02:00
"description": {
2021-07-10 20:28:45 +02:00
"en": "Team collaboration communication platform",
"fr": "Plateforme de communication collaborative en équipe"
2016-04-29 16:32:48 +02:00
},
2021-07-10 20:28:45 +02:00
"version": "3.16.2~ynh1",
2019-02-10 21:29:13 +01:00
"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": ""
2016-04-29 16:32:48 +02:00
},
2018-05-15 21:25:56 +02:00
"multi_instance": false,
"services": [
2017-07-18 13:21:17 +02:00
"nginx"
],
2016-07-02 19:58:42 +02:00
"requirements": {
"yunohost": ">> 4.2.4"
2016-07-02 20:01:52 +02:00
},
2016-04-29 16:32:48 +02:00
"arguments": {
"install" : [
{
"name": "domain",
2021-09-20 23:42:32 +02:00
"type": "domain"
2016-04-29 16:32:48 +02:00
},
{
"name": "path",
"type": "path",
2017-07-19 11:13:17 +02:00
"example": "/rocketchat",
"default": "/rocketchat"
},
2016-04-29 16:32:48 +02:00
{
"name": "is_public",
2019-02-10 21:21:55 +01:00
"type": "boolean",
"default": true
}
2016-04-29 16:32:48 +02:00
]
}
}