2016-04-29 16:32:48 +02:00
{
2022-06-28 10:03:42 +02:00
"name" : "Rocket.Chat" ,
2016-04-29 16:32:48 +02:00
"id" : "rocketchat" ,
2021-06-30 17:01:55 +02:00
"packaging_format" : 1 ,
2016-04-29 16:32:48 +02:00
"description" : {
2021-07-10 20:28:45 +02:00
"en" : "Team collaboration communication platform" ,
"fr" : "Plateforme de communication collaborative en équipe"
2016-04-29 16:32:48 +02:00
} ,
2022-11-01 18:10:41 +01:00
"version" : "5.3.0~ynh1" ,
2019-02-10 21:29:13 +01:00
"url" : "https://rocket.chat" ,
2021-06-30 17:01:55 +02:00
"upstream" : {
"license" : "GPL-3.0" ,
"website" : "https://rocket.chat/" ,
"demo" : "https://cloud.rocket.chat/trial" ,
"admindoc" : "https://docs.rocket.chat/" ,
2022-01-14 10:03:28 +01:00
"userdoc" : "https://docs.rocket.chat/guides/user-guides" ,
2021-06-30 17:01:55 +02:00
"code" : "https://github.com/RocketChat/Rocket.Chat"
} ,
2017-09-05 20:28:27 +02:00
"license" : "GPL-3.0" ,
2017-07-18 11:48:53 +02:00
"maintainer" : {
2022-03-21 23:49:48 +01:00
"name" : "eric_G" ,
2021-06-30 17:01:55 +02:00
"email" : ""
2016-04-29 16:32:48 +02:00
} ,
2022-06-26 20:30:44 +02:00
"requirements" : {
2022-08-14 15:40:21 +02:00
"yunohost" : ">> 11.0.9"
2022-06-26 20:30:44 +02:00
} ,
2021-11-18 14:46:45 +01:00
"multi_instance" : true ,
2017-07-18 11:48:53 +02:00
"services" : [
2017-07-18 13:21:17 +02:00
"nginx"
2017-07-18 11:48:53 +02:00
] ,
2016-04-29 16:32:48 +02:00
"arguments" : {
2022-06-26 20:30:44 +02:00
"install" : [
2016-04-29 16:32:48 +02:00
{
"name" : "domain" ,
2021-09-20 23:42:32 +02:00
"type" : "domain"
2016-04-29 16:32:48 +02:00
} ,
2017-07-18 14:38:22 +02:00
{
"name" : "path" ,
"type" : "path" ,
2017-07-19 11:13:17 +02:00
"example" : "/rocketchat" ,
"default" : "/rocketchat"
2017-07-18 14:38:22 +02:00
} ,
2016-04-29 16:32:48 +02:00
{
2019-01-25 23:34:56 +01:00
"name" : "is_public" ,
2019-02-10 21:21:55 +01:00
"type" : "boolean" ,
2022-01-30 10:37:53 +01:00
"help" : {
2022-08-19 22:08:58 +02:00
"en" : "You must activate public site if you want to connect a Mobile or desktop client to Rocket.Chat. This can be changed later via the webadmin." ,
"fr" : "Vous devez activer site public si vous souhaitez connecter un client mobile ou desktop à Rocket.Chat. Vous pourrez changer ceci plus tard via la webadmin."
2022-01-30 10:37:53 +01:00
} ,
2021-06-30 17:01:55 +02:00
"default" : true
2022-06-26 20:30:44 +02:00
} ,
{
"name" : "admin" ,
"type" : "user"
} ,
{
"name" : "password" ,
"type" : "password"
2017-07-18 14:38:22 +02:00
}
2016-04-29 16:32:48 +02:00
]
}
}