-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathmanifest.toml
109 lines (84 loc) · 3.75 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
packaging_format = 2
id = "mattermost"
name = "Mattermost"
description.en = "Collaboration platform built for developers"
description.fr = "Plateforme de collaboration conçue pour les développeurs"
version = "10.5.1~ynh1"
maintainers = ["pmorinerie"]
[upstream]
license = "GPL-3.0-only"
website = "http://www.mattermost.org/"
admindoc = "https://docs.mattermost.com/guides/deployment.html"
userdoc = "https://docs.mattermost.com/guides/messaging.html"
code = "/~https://github.com/mattermost/mattermost-server"
[integration]
yunohost = ">= 12.0.9.2"
helpers_version = "2.1"
architectures = ["amd64", "armhf", "arm64"]
multi_instance = true
ldap = false
sso = false
disk = "750M"
ram.build = "350M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/mattermost"
[install.init_main_permission]
help.en = "If visitors selected, Mattermost will be accessible by users without a YunoHost account. This can be changed later via the webadmin."
help.fr = "Si « Visiteurs » est sélectionné, Mattermost sera accessible même par les utilisateurs n’ayant pas de compte YunoHost. Vous pourrez changer ce réglage plus tard dans l’interface d’administration."
type = "group"
default = "visitors"
[install.admin]
type = "user"
[install.password]
type = "password"
[install.version]
ask.en = "Choose the version you want to install"
ask.fr = "Choisissez la version que vous souhaitez installer"
help.en = "Use Team Edition for the open source version (ARM, ARM64 and x86-64 support) or Enterprise Edition if you want to use a license (x86-64 and ARM64 support)"
help.fr = "Utilisez Team Edition pour la version open-source (prise en charge ARM, ARM64 et x86-64) ou Édition Enterprise si vous souhaitez utiliser une licence (prise en charge x86-64 et ARM64)"
type = "select"
choices = ["Enterprise", "Team"]
default = "Team"
[install.language]
ask.en = "Choose the language of the chat for the admin"
ask.fr = "Choissisez la langue utilisée par le compte administrateur"
type = "select"
choices = ["de", "en", "es", "fr", "it", "pt"]
default = "fr"
[install.team_display_name]
ask.en = "Choose a Team name"
ask.fr = "Choisissez le nom de l’équipe"
type = "string"
example = "Team"
default = "Team"
[resources]
[resources.sources]
[resources.sources.main]
amd64.url = "https://releases.mattermost.com/10.5.1/mattermost-team-10.5.1-linux-amd64.tar.gz"
amd64.sha256 = "0b552d835ed91c54998e12fcc5727bfc23c09231b4e60911db22bbb8862e8bf9"
arm64.url = "https://releases.mattermost.com/10.5.1/mattermost-team-10.5.1-linux-arm64.tar.gz"
arm64.sha256 = "f5fde61fe39a18a2f53e4d331bc930854426eca5e2182bf2e13d40aa58666542"
armhf.url = "/~https://github.com/remiheens/mattermost-docker-arm/releases/download/v10.4.2/mattermost-v10.4.2-linux-arm.tar.gz"
armhf.sha256 = "16d6e0f70b670dab570c3ec8c0c936a33158edb9dc025e6c2a36c8e19cc909bb"
[resources.sources.enterprise]
amd64.url = "https://releases.mattermost.com/10.5.1/mattermost-enterprise-10.5.1-linux-amd64.tar.gz"
amd64.sha256 = "95af0556d64525bbda4354eab91e36087026b751c3c895622d7e0dddd2cd7ee6"
arm64.url = "https://releases.mattermost.com/10.5.1/mattermost-enterprise-10.5.1-linux-arm64.tar.gz"
arm64.sha256 = "4077116ea325f1ee148b1aca1ec131665c9f5125fb215c61842a7e43c3dd6384"
[resources.system_user]
allow_email = true
[resources.install_dir]
group = "www-data:r-x"
[resources.data_dir]
[resources.ports]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "postgresql, pgloader"
[resources.database]
type = "postgresql"