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

41 lines
954 B
JSON
Raw Normal View History

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