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 f565c082fa
Testing (#86)
* Add admin
2021-11-19 21:14:19 +01:00

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"
}
]
}
}