mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"packaging_format": 1,
|
|
"name": "RocketChat",
|
|
"id": "rocketchat",
|
|
"description": {
|
|
"en": "the ultimate chat platform"
|
|
},
|
|
"url": "https://github.com/realitygaps/rocketchat_ynh",
|
|
"license": "GPL-3.0",
|
|
"version": "0.58.4",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|