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

update to upstream

This commit is contained in:
Éric Gaspar 2024-06-25 14:40:03 +02:00
parent d0e543b226
commit abdc52f107
2 changed files with 19 additions and 16 deletions

View file

@ -107,7 +107,6 @@
"CollapsedThreads": "disabled", "CollapsedThreads": "disabled",
"ManagedResourcePaths": "", "ManagedResourcePaths": "",
"EnableCustomGroups": true, "EnableCustomGroups": true,
"SelfHostedPurchase": true,
"AllowSyncedDrafts": true, "AllowSyncedDrafts": true,
"UniqueEmojiReactionLimitPerPost": 50, "UniqueEmojiReactionLimitPerPost": 50,
"RefreshPostStatsRunTime": "00:00", "RefreshPostStatsRunTime": "00:00",
@ -483,7 +482,9 @@
"MetricsSettings": { "MetricsSettings": {
"Enable": false, "Enable": false,
"BlockProfileRate": 0, "BlockProfileRate": 0,
"ListenAddress": ":8067" "ListenAddress": ":8067",
"EnableClientMetrics": true,
"EnableNotificationMetrics": true
}, },
"ExperimentalSettings": { "ExperimentalSettings": {
"ClientSideCertEnable": false, "ClientSideCertEnable": false,
@ -494,7 +495,8 @@
"EnableRemoteClusterService": false, "EnableRemoteClusterService": false,
"DisableAppBar": false, "DisableAppBar": false,
"DisableRefetchingOnBrowserFocus": false, "DisableRefetchingOnBrowserFocus": false,
"DelayChannelAutocomplete": false "DelayChannelAutocomplete": false,
"DisableWakeUpReconnectHandler": false
}, },
"AnalyticsSettings": { "AnalyticsSettings": {
"MaxUsersForStatistics": 2500 "MaxUsersForStatistics": 2500
@ -629,7 +631,6 @@
"PermalinkPreviews": false, "PermalinkPreviews": false,
"CallsEnabled": true, "CallsEnabled": true,
"NormalizeLdapDNs": false, "NormalizeLdapDNs": false,
"PostPriority": false,
"WysiwygEditor": false, "WysiwygEditor": false,
"OnboardingTourTips": true, "OnboardingTourTips": true,
"DeprecateCloudFree": false, "DeprecateCloudFree": false,
@ -643,7 +644,9 @@
"CloudDedicatedExportUI": false, "CloudDedicatedExportUI": false,
"ChannelBookmarks": false, "ChannelBookmarks": false,
"WebSocketEventScope": false, "WebSocketEventScope": false,
"NotificationMonitoring": true "NotificationMonitoring": true,
"ExperimentalAuditSettingsSystemConsoleUI": false,
"ClientMetrics": false
}, },
"ImportSettings": { "ImportSettings": {
"Directory": "./import", "Directory": "./import",

View file

@ -5,7 +5,7 @@ name = "Mattermost"
description.en = "Open source collaboration platform built for developers" description.en = "Open source collaboration platform built for developers"
description.fr = "Plateforme de collaboration open source conçue pour les développeurs" description.fr = "Plateforme de collaboration open source conçue pour les développeurs"
version = "9.8.1~ynh1" version = "9.9.0~ynh1"
maintainers = ["pmorinerie"] maintainers = ["pmorinerie"]
@ -76,18 +76,18 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
amd64.url = "https://releases.mattermost.com/9.8.1/mattermost-team-9.8.1-linux-amd64.tar.gz" amd64.url = "https://releases.mattermost.com/9.9.0/mattermost-team-9.9.0-linux-amd64.tar.gz"
amd64.sha256 = "02097cd7aff6cf55575b54f74f168cfb07b9335bb3079e50419166df312daf53" amd64.sha256 = "83e982f193f3f81cd276fa78c6786b407a671b15f9f0cb927cc44883f231dbdf"
arm64.url = "https://releases.mattermost.com/9.8.1/mattermost-team-9.8.1-linux-arm64.tar.gz" arm64.url = "https://releases.mattermost.com/9.9.0/mattermost-team-9.9.0-linux-arm64.tar.gz"
arm64.sha256 = "210d29abbdbd3946bd541cb678fb3e11ac404fc301caadee730de23eb62d5115" arm64.sha256 = "f3afb214fd6ae1e1c7895d6c10d88812286e3851fc7da8a5ee995cb5843fa222"
armhf.url = "https://github.com/remiheens/mattermost-docker-arm/releases/download/v9.8.1/mattermost-v9.8.1-linux-arm.tar.gz" armhf.url = "https://github.com/remiheens/mattermost-docker-arm/releases/download/v9.9.0/mattermost-v9.9.0-linux-arm.tar.gz"
armhf.sha256 = "692ee44e352fde7f3a6412066a441c9436b693d25b990a0d3af552c6a158c148" armhf.sha256 = "612b2a0bca1b1755291d5723dcf617be6d0848474b58727151d8cbf2d5431826"
[resources.sources.enterprise] [resources.sources.enterprise]
amd64.url = "https://releases.mattermost.com/9.8.1/mattermost-enterprise-9.8.1-linux-amd64.tar.gz" amd64.url = "https://releases.mattermost.com/9.9.0/mattermost-enterprise-9.9.0-linux-amd64.tar.gz"
amd64.sha256 = "b8b09673a731eb6cda52688383e0a5c5148453a7972a75322db522f3daee5248" amd64.sha256 = "8808ddaa46476924d2087b39a45e287b3120e41a124a63618aaa7ffce5b69d3b"
arm64.url = "https://releases.mattermost.com/9.8.1/mattermost-enterprise-9.8.1-linux-arm64.tar.gz" arm64.url = "https://releases.mattermost.com/9.9.0/mattermost-enterprise-9.9.0-linux-arm64.tar.gz"
arm64.sha256 = "d51a60f1fca305bec466bee6de565ffba91e778354818142ddd63cec521516f2" arm64.sha256 = "a1e516e5f2fcaffa8ff19f70a71c1f735642f5dc0cb066e7142e50d4943081d8"
[resources.system_user] [resources.system_user]
allow_email = true allow_email = true