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
2017-07-18 13:51:23 +02:00

43 lines
1.1 KiB
JSON

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