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

44 lines
1.1 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
},
2017-07-18 13:21:17 +02:00
"url": "https://github.com/selamanse/rocketchat_ynh",
"license": "free",
"maintainer": {
"name": "selamanse",
"email": "selamanse@scheinfrei.info",
"url": "https://github.com/selamanse"
2016-04-29 16:32:48 +02:00
},
2017-07-18 13:21:17 +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": "public_site",
2017-07-18 13:51:23 +02:00
"type": "boolean",
2016-04-29 16:32:48 +02:00
"ask": {
"en": "Is it a public Rocketchat ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}