2023-02-16 09:55:28 +01:00
packaging_format = 2
id = "rocketchat"
name = "Rocket.Chat"
description . en = "Team collaboration communication platform"
description . fr = "Plateforme de communication collaborative en équipe"
2024-02-07 13:42:59 +01:00
version = "6.6.0~ynh1"
2023-02-16 09:55:28 +01:00
maintainers = [ "eric_G" ]
[ upstream ]
license = "GPL-3.0"
website = "https://rocket.chat/"
demo = "https://cloud.rocket.chat/trial"
admindoc = "https://docs.rocket.chat/"
userdoc = "https://docs.rocket.chat/guides/user-guides"
code = "https://github.com/RocketChat/Rocket.Chat"
[ integration ]
2023-08-03 10:40:00 +02:00
yunohost = ">= 11.2"
2023-02-16 10:07:14 +01:00
architectures = [ "amd64" ]
2023-02-16 09:55:28 +01:00
multi_instance = true
2023-12-01 19:31:54 +01:00
2023-02-16 10:07:14 +01:00
ldap = false
2023-12-01 19:31:54 +01:00
2023-02-16 10:07:14 +01:00
sso = false
2023-12-01 19:31:54 +01:00
2024-01-14 19:36:52 +01:00
disk = "1700M"
2023-05-06 07:48:40 +02:00
ram . build = "1500M"
2023-02-16 10:07:14 +01:00
ram . runtime = "50M"
2023-02-16 09:55:28 +01:00
[ install ]
[ install . domain ]
type = "domain"
[ install . init_main_permission ]
2023-02-16 10:07:14 +01:00
help . en = "You must activate 'Visitors' if you want to connect a Mobile or desktop client to Rocket.Chat. This can be changed later via the webadmin."
help . fr = "Vous devez activer 'Visiteurs' si vous souhaitez connecter un client mobile ou desktop à Rocket.Chat. Vous pourrez changer ceci plus tard via la webadmin."
2023-02-16 09:55:28 +01:00
type = "group"
default = "visitors"
[ install . admin ]
type = "user"
[ install . password ]
type = "password"
[ resources ]
2023-03-09 22:05:21 +01:00
[ resources . sources ]
2023-03-10 11:55:02 +01:00
2023-03-10 12:40:35 +01:00
[ resources . sources . main ]
2024-02-07 13:42:59 +01:00
url = "https://releases.rocket.chat/6.6.0/download"
sha256 = "a12ebbeb6660fcd5e5a568394ba978e9fe63300e20a2d5270c6783136924dba2"
2023-04-13 09:10:36 +02:00
in_subdir = true
extract = true
rename = "rocket.chat.tgz"
2023-03-09 22:05:21 +01:00
2023-02-16 09:55:28 +01:00
[ resources . system_user ]
[ resources . install_dir ]
2023-02-16 10:07:14 +01:00
[ resources . ports ]
2023-02-16 09:55:28 +01:00
[ resources . permissions ]
main . url = "/"
2023-08-03 11:07:02 +02:00
api . url = "/api"
api . allowed = "visitors"
api . auth_header = false
api . show_tile = false
2023-02-16 10:07:14 +01:00
[ resources . apt ]
2023-09-13 19:04:22 +02:00
packages = "fontconfig, graphicsmagick"
2023-02-16 10:07:14 +01:00
2023-02-19 19:02:44 +01:00
extras . yarn . repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras . yarn . key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras . yarn . packages = "yarn"