diff --git a/ALL_README.md b/ALL_README.md
index a01b345..152f2e7 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -1,6 +1,7 @@
# All available README files by language
- [Read the README in English](README.md)
+- [Lea el README en español](README_es.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
diff --git a/README.md b/README.md
index c9f3724..b4f98be 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d
- Runtime profiling data and system monitoring reports
-**Shipped version:** 9.7.2~ynh1
+**Shipped version:** 9.8.0~ynh1
## Screenshots
diff --git a/README_es.md b/README_es.md
new file mode 100644
index 0000000..946b8be
--- /dev/null
+++ b/README_es.md
@@ -0,0 +1,73 @@
+
+
+# Mattermost para Yunohost
+
+[](https://dash.yunohost.org/appci/app/mattermost)  
+
+[](https://install-app.yunohost.org/?app=mattermost)
+
+*[Leer este README en otros idiomas.](./ALL_README.md)*
+
+> *Este paquete le permite instalarMattermost rapidamente y simplement en un servidor YunoHost.*
+> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
+
+## Descripción general
+
+## Mattermost Team Edition
+
+A free-to-use, open source, self-hosted alternative to proprietary SaaS messaging. Team Edition is your open source “virtual office”, offering all the core productivity benefits of competing SaaS solutions. It deploys as a single Linux binary with PosgreSQL under an MIT license.
+
+## Mattermost Enterprise Edition
+
+To explore the benefits of Mattermost’s enterprise features, you can replace the Mattermost Team Edition binary with a Mattermost Enterprise Edition binary. This version supports upgrading to Mattermost Enterprise Edition E10 or E20.
+
+## YunoHost specific features
+
+This package can install the [*Entreprise Edition*](https://docs.mattermost.com/overview/product.html#mattermost-enterprise-edition) or the [*Team Edition*](https://docs.mattermost.com/overview/product.html#mattermost-team-edition).
+
+Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/download/)
+
+## Features include:
+
+- One-to-one and group messaging, file sharing, and unlimited search history
+- Threaded messaging, emoji, and custom emoji
+- Tools for custom branding
+- Continuous archiving
+- Multi-factor authentication
+- Highly customizable third-party bots, integrations, and command line tools
+- Extensive integration support via webhooks, APIs, drivers, and third-party extensions
+- Easily scalable to dozens of users per team
+- Runtime profiling data and system monitoring reports
+
+
+**Versión actual:** 9.8.0~ynh1
+
+## Capturas
+
+
+
+## Documentaciones y recursos
+
+- Sitio web oficial:
+- Documentación usuario oficial:
+- Documentación administrador oficial:
+- Repositorio del código fuente oficial de la aplicación :
+- Catálogo YunoHost:
+- Reportar un error:
+
+## Información para desarrolladores
+
+Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing
+
+Para probar la rama `testing`, sigue asÍ:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing --debug
+o
+sudo yunohost app upgrade mattermost -u https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing --debug
+```
+
+**Mas informaciones sobre el empaquetado de aplicaciones:**
diff --git a/README_eu.md b/README_eu.md
index dee891d..303c90f 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d
- Runtime profiling data and system monitoring reports
-**Paketatutako bertsioa:** 9.7.2~ynh1
+**Paketatutako bertsioa:** 9.8.0~ynh1
## Pantaila-argazkiak
diff --git a/README_fr.md b/README_fr.md
index 0ff80ca..2b775dc 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -42,7 +42,7 @@ Ce paquet peut installer la version [*Entreprise Edition*](https://docs.mattermo
- Données de profilage d'exécution et rapports de surveillance du système
-**Version incluse :** 9.7.2~ynh1
+**Version incluse :** 9.8.0~ynh1
## Captures d’écran
diff --git a/README_gl.md b/README_gl.md
index 4d13f20..103d110 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d
- Runtime profiling data and system monitoring reports
-**Versión proporcionada:** 9.7.2~ynh1
+**Versión proporcionada:** 9.8.0~ynh1
## Capturas de pantalla
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index 68fa91a..16ae00e 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -3,7 +3,7 @@
请勿手动编辑。
-->
-# YunoHost 的 Mattermost
+# YunoHost 上的 Mattermost
[](https://dash.yunohost.org/appci/app/mattermost)  
@@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d
- Runtime profiling data and system monitoring reports
-**分发版本:** 9.7.2~ynh1
+**分发版本:** 9.8.0~ynh1
## 截图
diff --git a/conf/config.json b/conf/config.json
index 1165bd6..a2a759b 100644
--- a/conf/config.json
+++ b/conf/config.json
@@ -234,6 +234,7 @@
"AmazonS3SSE": false,
"AmazonS3Trace": false,
"AmazonS3RequestTimeoutMilliseconds": 30000,
+ "AmazonS3UploadPartSizeBytes": 5242880,
"DedicatedExportStore": false,
"ExportDriverName": "local",
"ExportDirectory": "./data/",
@@ -248,7 +249,8 @@
"ExportAmazonS3SSE": false,
"ExportAmazonS3Trace": false,
"ExportAmazonS3RequestTimeoutMilliseconds": 30000,
- "ExportAmazonS3PresignExpiresSeconds": 21600
+ "ExportAmazonS3PresignExpiresSeconds": 21600,
+ "ExportAmazonS3UploadPartSizeBytes": 104857600
},
"EmailSettings": {
"EnableSignUpWithEmail": true,
@@ -476,11 +478,7 @@
"EnableGossipCompression": true,
"EnableExperimentalGossipEncryption": false,
"ReadOnlyConfig": true,
- "GossipPort": 8074,
- "StreamingPort": 8075,
- "MaxIdleConns": 100,
- "MaxIdleConnsPerHost": 128,
- "IdleConnTimeoutMilliseconds": 90000
+ "GossipPort": 8074
},
"MetricsSettings": {
"Enable": false,
@@ -492,7 +490,6 @@
"ClientSideCertCheck": "secondary",
"LinkMetadataTimeoutMilliseconds": 5000,
"RestrictSystemAdmin": false,
- "UseNewSAMLLibrary": false,
"EnableSharedChannels": false,
"EnableRemoteClusterService": false,
"DisableAppBar": false,
@@ -644,7 +641,9 @@
"ConsumePostHook": false,
"CloudAnnualRenewals": false,
"CloudDedicatedExportUI": false,
- "WebSocketEventScope": false
+ "ChannelBookmarks": false,
+ "WebSocketEventScope": false,
+ "NotificationMonitoring": true
},
"ImportSettings": {
"Directory": "./import",
diff --git a/manifest.toml b/manifest.toml
index 83964fe..db1209f 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ 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.7.2~ynh1"
+version = "9.8.0~ynh1"
maintainers = ["pmorinerie"]
@@ -76,18 +76,18 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
- amd64.url = "https://releases.mattermost.com/9.7.2/mattermost-team-9.7.2-linux-amd64.tar.gz"
- amd64.sha256 = "5ee4e1d27c684bacbc2a5b1eb378c878d7ac3fb561fa73911a926e0a9cd716ab"
- arm64.url = "https://releases.mattermost.com/9.7.2/mattermost-team-9.7.2-linux-arm64.tar.gz"
- arm64.sha256 = "92fb0f98623d9e762a5f5171c24406797966f346fcbf31cd5f7f8d654d08df50"
- armhf.url = "https://github.com/remiheens/mattermost-docker-arm/releases/download/v9.7.1/mattermost-v9.7.1-linux-arm.tar.gz"
- armhf.sha256 = "2446fa8e957f2e12d1447b42e04e552e187b43e4933b18393428983bd871da3c"
+ amd64.url = "https://releases.mattermost.com/9.8.0/mattermost-team-9.8.0-linux-amd64.tar.gz"
+ amd64.sha256 = "186753af3b64311a8f766e31313e90d14c03478a543e45fb80cc7688bd086f37"
+ arm64.url = "https://releases.mattermost.com/9.8.0/mattermost-team-9.8.0-linux-arm64.tar.gz"
+ arm64.sha256 = "9b9d6bc277878604e7e7bd713f484026a7b5575045729d66250298a13704bfa4"
+ armhf.url = "https://github.com/remiheens/mattermost-docker-arm/releases/download/v9.8.0/mattermost-v9.8.0-linux-arm.tar.gz"
+ armhf.sha256 = "5913b8790d2958485ce768a0a5c81fbd31ccf6db36fefefe7604219b919e5791"
[resources.sources.enterprise]
- amd64.url = "https://releases.mattermost.com/9.7.2/mattermost-enterprise-9.7.2-linux-amd64.tar.gz"
- amd64.sha256 = "03efddfd0ee4ec5c1c632ca448ccf88c6e205cb330f86488bc6db1bb46178a00"
- arm64.url = "https://releases.mattermost.com/9.7.2/mattermost-enterprise-9.7.2-linux-arm64.tar.gz"
- arm64.sha256 = "4fa00ccac9a9b9dddb7d5f91ade030a78b74b5be67336438bff692b113474d22"
+ amd64.url = "https://releases.mattermost.com/9.8.0/mattermost-enterprise-9.8.0-linux-amd64.tar.gz"
+ amd64.sha256 = "2fd7a3e9177374e852d3f9307fc32b6548b9f099ad2a8341213abf237c616bd9"
+ arm64.url = "https://releases.mattermost.com/9.8.0/mattermost-enterprise-9.8.0-linux-arm64.tar.gz"
+ arm64.sha256 = "4192b47b782f4caaf778503b461dab7d963c4f9a03ac1789a6c549299710b6ae"
[resources.system_user]
allow_email = true