mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
f565c082fa
* Add admin
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "RocketChat",
|
|
"id": "rocketchat",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Team collaboration communication platform",
|
|
"fr": "Plateforme de communication collaborative en équipe"
|
|
},
|
|
"version": "4.1.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/",
|
|
"code": "https://github.com/RocketChat/Rocket.Chat"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"maintainer": {
|
|
"name": "",
|
|
"email": ""
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"requirements": {
|
|
"yunohost": ">> 4.3.2"
|
|
},
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/rocketchat",
|
|
"default": "/rocketchat"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password"
|
|
}
|
|
]
|
|
}
|
|
}
|