mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
40 lines
923 B
JSON
40 lines
923 B
JSON
{
|
|
"package_format": 1,
|
|
"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",
|
|
"requirements": {
|
|
"yunohost": ">= 2.4.0"
|
|
},
|
|
"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"
|
|
}
|
|
|
|
|
|
]
|
|
}
|
|
}
|
|
|
|
|