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

61 lines
1.6 KiB
JSON
Raw Normal View History

2016-04-29 16:32:48 +02:00
{
2017-07-18 13:21:17 +02:00
"packaging_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
},
2018-01-10 17:21:46 +01:00
"url": "https://github.com/YunoHost-Apps/rocketchat_ynh",
"license": "GPL-3.0",
"version": "0.73.2",
"maintainer": {
"name": "selamanse",
"email": "selamanse@scheinfrei.info",
"url": "https://github.com/selamanse"
2016-04-29 16:32:48 +02:00
},
2018-05-15 21:25:56 +02:00
"multi_instance": false,
"services": [
2017-07-18 13:21:17 +02:00
"nginx"
],
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",
2017-07-18 13:51:23 +02:00
"type": "domain",
2016-04-29 16:32:48 +02:00
"ask": {
"en": "Choose a domain for Rocketchat"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for RocketChat"
},
2017-07-19 11:13:17 +02:00
"example": "/rocketchat",
"default": "/rocketchat"
},
2016-04-29 16:32:48 +02:00
{
"name": "is_public",
2016-04-29 16:32:48 +02:00
"ask": {
2017-07-18 14:31:21 +02:00
"en": "Is it a public application?"
2016-04-29 16:32:48 +02:00
},
"choices": ["Yes", "No"],
"default": "Yes"
},
{
"name": "lang",
"ask": {
2017-07-18 14:40:00 +02:00
"en": "Select default language"
},
"choices": ["English"],
"default": "English"
}
2016-04-29 16:32:48 +02:00
]
}
}