2016-04-29 16:32:48 +02:00
|
|
|
{
|
2016-07-02 20:01:52 +02:00
|
|
|
"package_format": 1,
|
2017-07-18 11:48:53 +02:00
|
|
|
"name": "RocketChat",
|
2016-04-29 16:32:48 +02:00
|
|
|
"id": "rocketchat",
|
|
|
|
"description": {
|
2017-07-18 11:48:53 +02:00
|
|
|
"en": "the ultimate chat platform"
|
2016-04-29 16:32:48 +02:00
|
|
|
},
|
2017-07-18 11:48:53 +02:00
|
|
|
"maintainer": {
|
|
|
|
"name": "selamanse",
|
|
|
|
"email": "selamanse@scheinfrei.info",
|
|
|
|
"url": "https://github.com/selamanse"
|
2016-04-29 16:32:48 +02:00
|
|
|
},
|
2017-07-18 11:48:53 +02:00
|
|
|
"multi_instance": "false",
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"mongodb"
|
|
|
|
],
|
2016-07-02 19:58:42 +02:00
|
|
|
"requirements": {
|
2017-07-18 11:48:53 +02:00
|
|
|
"yunohost": ">> 2.5.6"
|
2016-07-02 20:01:52 +02:00
|
|
|
},
|
2016-04-29 16:32:48 +02:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|