-
Notifications
You must be signed in to change notification settings - Fork 18
/
manifest.toml
110 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
110
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.2.0~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 = ">= 11.2.30"
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 = "en"
[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.2.0/mattermost-team-10.2.0-linux-amd64.tar.gz"
amd64.sha256 = "c060ad8bc6d437c54b0badeffc752bc986e16759049a4282a8e49b1bae47d0d1"
arm64.url = "https://releases.mattermost.com/10.2.0/mattermost-team-10.2.0-linux-arm64.tar.gz"
arm64.sha256 = "70a6d04391cdc26e99d3d3837ab4102814226c190b277a03e5a05b3d6ba6e4f0"
armhf.url = "https://github.com/remiheens/mattermost-docker-arm/releases/download/v10.2.0/mattermost-v10.2.0-linux-arm.tar.gz"
armhf.sha256 = "e1e6624fc5c3433c3bd80df4f7d89757f3e469ed5e8727c88deffdc4368b129d"
[resources.sources.enterprise]
amd64.url = "https://releases.mattermost.com/10.2.0/mattermost-enterprise-10.2.0-linux-amd64.tar.gz"
amd64.sha256 = "06b3576df15422aa6faa4bdbfa3f01c3dbe1bc5363aa2d275c2be4fcd196aa67"
arm64.url = "https://releases.mattermost.com/10.2.0/mattermost-enterprise-10.2.0-linux-arm64.tar.gz"
arm64.sha256 = "ae5e4bd48ed55b587d264307599f419de23563374ca90505b638935e6f5d4be9"
[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"