mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
104 lines
3.6 KiB
TOML
104 lines
3.6 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 = "7.10.2~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.1.20"
|
||
architectures = ["amd64", "armhf", "arm64"]
|
||
multi_instance = true
|
||
ldap = false
|
||
sso = false
|
||
disk = "50M"
|
||
ram.build = "350M"
|
||
ram.runtime = "50M"
|
||
|
||
[install]
|
||
[install.domain]
|
||
type = "domain"
|
||
|
||
[install.path]
|
||
type = "path"
|
||
default = "/mattermost"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "If enabled, Mattermost will be accessible by users without a YunoHost account. This can be changed later via the webadmin."
|
||
help.fr = "Si cette case est cochée, Mattermost sera accessible par les utilisateur n’ayant pas de compte YunoHost. Vous pourrez changer ceci plus tard via 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 = "string"
|
||
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 pour l'administrateur"
|
||
type = "string"
|
||
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/7.10.2/mattermost-team-7.10.2-linux-amd64.tar.gz"
|
||
amd64.sha256 = "47075ee215ec1abd3f81c67ce56a425ef37c2f41f114429d9bb3b6cc0b13915d"
|
||
arm64.url = "https://releases.mattermost.com/7.10.2/mattermost-team-7.10.2-linux-arm64.tar.gz"
|
||
arm64.sha256 = "9e8e4492166e984619548d113929f1d3534053589d5cc85d46eadc1150eaaca5"
|
||
armhf.url = "https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.5.2/mattermost-v7.5.2-linux-arm.tar.gz"
|
||
armhf.sha256 = "b26a4b676ee92ac848fa2993aa67559238ba7d8c1d0e6f7ffdd79ad8fb4942f3"
|
||
|
||
[resources.sources.enterprise]
|
||
amd64.url = "https://releases.mattermost.com/7.10.2/mattermost-enterprise-7.10.2-linux-amd64.tar.gz"
|
||
amd64.sha256 = "4f697283806d02bc7cd77924e9e750ec05f766603b713b2b26e5acee4e9660f5"
|
||
arm64.url = "https://releases.mattermost.com/7.10.2/mattermost-enterprise-7.10.2-linux-arm64.tar.gz"
|
||
arm64.sha256 = "0911e72e738aaa645e48b46e61521fce0de4e0488936f528a92428ded40430a3"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.data_dir]
|
||
|
||
[resources.ports]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "postgresql pgloader"
|
||
|
||
[resources.database]
|
||
type = "postgresql"
|