mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
37 lines
838 B
JSON
37 lines
838 B
JSON
|
{
|
||
|
"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",
|
||
|
"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"
|
||
|
}
|
||
|
|
||
|
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|