mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
cdb11b1723
Adds minor improvements Updates to rocket.chat 0.57.2 Adds ci routine
40 lines
954 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|