1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00
mattermost_ynh/manifest.toml

105 lines
3.7 KiB
TOML
Raw Normal View History

2023-02-07 22:27:23 +01:00
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"
2023-08-25 08:59:36 +02:00
version = "8.1.0~ynh1"
2023-02-07 22:27:23 +01:00
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]
2023-08-14 22:05:11 +02:00
yunohost = ">= 11.2"
2023-02-07 22:45:19 +01:00
architectures = ["amd64", "armhf", "arm64"]
2023-02-07 22:27:23 +01:00
multi_instance = true
2023-02-07 22:49:09 +01:00
ldap = false
sso = false
2023-02-07 22:45:19 +01:00
disk = "50M"
2023-03-16 10:29:58 +01:00
ram.build = "350M"
2023-02-07 22:45:19 +01:00
ram.runtime = "50M"
2023-02-07 22:27:23 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/mattermost"
[install.init_main_permission]
2023-08-25 08:59:36 +02:00
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 nayant pas de compte YunoHost. Vous pourrez changer ce réglage plus tard dans linterface dadministration."
2023-02-07 22:27:23 +01:00
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"
2023-03-16 11:55:30 +01:00
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)"
2023-02-07 22:27:23 +01:00
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]
2023-03-16 12:44:50 +01:00
[resources.sources]
[resources.sources.main]
2023-08-25 08:59:36 +02:00
amd64.url = "https://releases.mattermost.com/8.1.0/mattermost-team-8.1.0-linux-amd64.tar.gz"
amd64.sha256 = "d6efe0cdaa04a13b34ded521283951fcedb0632ac42a12682e4daf97e53c909d"
arm64.url = "https://releases.mattermost.com/8.1.0/mattermost-team-8.1.0-linux-arm64.tar.gz"
arm64.sha256 = "237618552d805613d106c810f165c6587aa7d6e408728c9f88221a7531dc30ae"
2023-03-16 12:44:50 +01:00
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]
2023-08-25 08:59:36 +02:00
amd64.url = "https://releases.mattermost.com/8.1.0/mattermost-enterprise-8.1.0-linux-amd64.tar.gz"
amd64.sha256 = "70fb4aa1042d949966ac7485847ee5bbddd849f2565a89779ac101474f09a610"
arm64.url = "https://releases.mattermost.com/8.1.0/mattermost-enterprise-8.1.0-linux-arm64.tar.gz"
arm64.sha256 = "8f47ade6f43bfad6c3ef8922379e7914f11282c51a3af91246a050e7d279beca"
2023-03-16 11:55:30 +01:00
2023-02-07 22:27:23 +01:00
[resources.system_user]
[resources.install_dir]
2023-02-07 22:45:19 +01:00
[resources.data_dir]
[resources.ports]
2023-02-07 22:27:23 +01:00
[resources.permissions]
main.url = "/"
2023-03-03 16:24:10 +01:00
[resources.apt]
2023-03-06 17:56:10 +01:00
packages = "postgresql pgloader"
2023-03-03 16:24:10 +01:00
2023-02-07 22:27:23 +01:00
[resources.database]
type = "postgresql"