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

63 lines
1.8 KiB
JSON
Raw Normal View History

2016-04-29 16:32:48 +02:00
{
2022-06-28 10:03:42 +02:00
"name": "Rocket.Chat",
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
},
2022-06-28 14:15:23 +02:00
"version": "4.8.1~ynh2",
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/",
2022-01-14 10:03:28 +01:00
"userdoc": "https://docs.rocket.chat/guides/user-guides",
"code": "https://github.com/RocketChat/Rocket.Chat"
},
"license": "GPL-3.0",
"maintainer": {
2022-03-21 23:49:48 +01:00
"name": "eric_G",
"email": ""
2016-04-29 16:32:48 +02:00
},
2022-06-26 20:30:44 +02:00
"requirements": {
"yunohost": ">> 4.3.2"
},
2021-11-18 14:46:45 +01:00
"multi_instance": true,
"services": [
2017-07-18 13:21:17 +02:00
"nginx"
],
2016-04-29 16:32:48 +02:00
"arguments": {
2022-06-26 20:30:44 +02:00
"install": [
2016-04-29 16:32:48 +02:00
{
"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",
2022-01-30 10:37:53 +01:00
"help": {
2022-06-28 10:08:56 +02:00
"en": "If enabled, Rocket.Chat will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Rocket.Chat sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
2022-01-30 10:37:53 +01:00
},
"default": true
2022-06-26 20:30:44 +02:00
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
"type": "password"
}
2016-04-29 16:32:48 +02:00
]
}
}