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

89 lines
2.6 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"
version = "7.5.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]
2023-03-05 09:10:21 +01:00
yunohost = ">= 11.1.13"
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-07 08:51:01 +01:00
ram.build = "250M"
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]
help.en = "If enabled, Mattermost will be accessible by the user without a YunoHost account. This can be changed later via the webadmin."
help.fr = "Si cette case est cochée, Mattermost sera accessible par l'utilisateur sans compte YunoHost. Vous pourrez changer ceci plus tard via linterface dadministration."
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 support only)"
help.fr = "Utilisez Team Edition pour la version open source (prise en charge ARM, ARM64 et x86-64) ou Enterprise Edition si vous souhaitez utiliser une licence (prise en charge x86-64 uniquement)"
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.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"