-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathmanifest.toml
76 lines (57 loc) · 1.93 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
packaging_format = 2
id = "rocketchat"
name = "Rocket.Chat"
description.en = "Team collaboration communication platform"
description.fr = "Plateforme de communication collaborative en équipe"
version = "7.3.0~ynh1"
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]
yunohost = ">= 11.2.27"
architectures = ["amd64"]
multi_instance = false
ldap = false
sso = false
disk = "1700M"
ram.build = "1500M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
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."
type = "group"
default = "visitors"
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://releases.rocket.chat/7.3.0/download"
sha256 = "f1bcd7e6afbdbb456fd54f6457647d2c7de435868252743aa2cbbc1bb4482da2"
in_subdir = true
extract = true
rename = "rocket.chat.tgz"
[resources.system_user]
[resources.install_dir]
[resources.ports]
[resources.permissions]
main.url = "/"
api.url = "/api"
api.allowed = "visitors"
api.auth_header =false
api.show_tile = false
[resources.apt]
packages = "fontconfig, graphicsmagick"
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"