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
Selamanse cdb11b1723 Updates to rocket.chat 0.57.2
Adds minor improvements
Updates to rocket.chat 0.57.2
Adds ci routine
2017-07-18 11:48:53 +02:00

40 lines
954 B
JSON

{
"package_format": 1,
"name": "RocketChat",
"id": "rocketchat",
"description": {
"en": "the ultimate chat platform"
},
"maintainer": {
"name": "selamanse",
"email": "selamanse@scheinfrei.info",
"url": "https://github.com/selamanse"
},
"multi_instance": "false",
"services": [
"nginx",
"mongodb"
],
"requirements": {
"yunohost": ">> 2.5.6"
},
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain for Rocketchat"
},
"example": "domain.org"
},
{
"name": "public_site",
"ask": {
"en": "Is it a public Rocketchat ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}