mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
||
"name": "Rocket.Chat",
|
||
"id": "rocketchat",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Team collaboration communication platform",
|
||
"fr": "Plateforme de communication collaborative en équipe"
|
||
},
|
||
"version": "5.0.1~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://docs.rocket.chat/guides/user-guides",
|
||
"code": "https://github.com/RocketChat/Rocket.Chat"
|
||
},
|
||
"license": "GPL-3.0",
|
||
"maintainer": {
|
||
"name": "eric_G",
|
||
"email": ""
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">> 4.3.2"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install": [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/rocketchat",
|
||
"default": "/rocketchat"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
},
|
||
"default": true
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"type": "user"
|
||
},
|
||
{
|
||
"name": "password",
|
||
"type": "password"
|
||
}
|
||
]
|
||
}
|
||
}
|