mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
985c9ca864
* Auto-update READMEs * upgrade to 9.6.1 * Auto-update READMEs --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
108 lines
3.7 KiB
TOML
108 lines
3.7 KiB
TOML
packaging_format = 2
|
||
|
||
id = "mattermost"
|
||
name = "Mattermost"
|
||
description.en = "Open source collaboration platform built for developers"
|
||
description.fr = "Plateforme de collaboration open source conçue pour les développeurs"
|
||
|
||
version = "9.6.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 = ">= 11.2"
|
||
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/9.6.1/mattermost-team-9.6.1-linux-amd64.tar.gz"
|
||
amd64.sha256 = "ff3908dce8a068dd89742ed43c23a926177dabda0cdbdd7737a18fc7ced3a8eb"
|
||
arm64.url = "https://releases.mattermost.com/9.6.1/mattermost-team-9.6.1-linux-arm64.tar.gz"
|
||
arm64.sha256 = "0a13435cddbba3be0fc26e3437ae8e36f49169ba3985f1717dec7132a7bea163"
|
||
armhf.url = "https://github.com/remiheens/mattermost-docker-arm/releases/download/v9.6.1/mattermost-v9.6.1-linux-arm.tar.gz"
|
||
armhf.sha256 = "71549e410980105f37c601f860f48dca016f74032d1cec7ed55abf8207ba4545"
|
||
|
||
[resources.sources.enterprise]
|
||
amd64.url = "https://releases.mattermost.com/9.6.1/mattermost-enterprise-9.6.1-linux-amd64.tar.gz"
|
||
amd64.sha256 = "eaa3c480f4b6b9c9a7e511eceeb93926c6446dba207a5868eb2e81b81a7f51a8"
|
||
arm64.url = "https://releases.mattermost.com/9.6.1/mattermost-enterprise-9.6.1-linux-arm64.tar.gz"
|
||
arm64.sha256 = "4b53c24419068dc8988fa73aea9bbb4e8d3448295d7b5193a29b4a43bf57fcea"
|
||
|
||
[resources.system_user]
|
||
allow_email = true
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.data_dir]
|
||
|
||
[resources.ports]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "postgresql, pgloader"
|
||
|
||
[resources.database]
|
||
type = "postgresql"
|