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

41 lines
924 B
JSON
Raw Normal View History

2016-04-29 16:32:48 +02:00
{
"name": "Rocketchat",
"id": "rocketchat",
"description": {
"en": "online editor providing collaborative editing in really real-time"
},
"developer": {
"name": "realitygaps",
"email": "realitygaps@yahoo.com",
"url": "http://rocket.chat"
},
"multi_instance": "true",
2016-07-02 19:58:42 +02:00
"packaging_format": 1,
"requirements": {
"yunohost": ">= 2.4.0"
}
2016-04-29 16:32:48 +02:00
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain for Rocketchat"
},
"example": "domain.org"
},
{
"name": "public_site",
"ask": {
"en": "Is it a public Rocketchat ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}