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 3493b1fd52 Fixes backup and restore
Adds working upgrade
2017-07-26 08:51:04 +02:00

60 lines
1.5 KiB
JSON

{
"packaging_format": 1,
"name": "RocketChat",
"id": "rocketchat",
"description": {
"en": "the ultimate chat platform"
},
"url": "https://github.com/selamanse/rocketchat_ynh",
"license": "MIT",
"version": "0.57.2-rc.2",
"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": "path",
"type": "path",
"ask": {
"en": "Choose a path for RocketChat"
},
"example": "/rocketchat",
"default": "/rocketchat"
},
{
"name": "is_public",
"ask": {
"en": "Is it a public application?"
},
"choices": ["Yes", "No"],
"default": "No"
},
{
"name": "lang",
"ask": {
"en": "Select default language"
},
"choices": ["English"],
"default": "English"
}
]
}
}