diff --git a/ALL_README.md b/ALL_README.md
index 3d6c579..77b7509 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -1,6 +1,6 @@
# All available README files by language
- [Read the README in English](README.md)
+- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
-- [Leggi il “README” in italiano](README_it.md)
diff --git a/README.md b/README.md
index 1c26556..a55bce0 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ It shall NOT be edited by hand.
[](https://install-app.yunohost.org/?app=mattermost)
-*[Read this README is other languages.](./ALL_README.md)*
+*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Mattermost quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
@@ -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.5.2~ynh1
+**Shipped version:** 9.6.1~ynh1
## Screenshots
diff --git a/README_eu.md b/README_eu.md
new file mode 100644
index 0000000..aeff2a9
--- /dev/null
+++ b/README_eu.md
@@ -0,0 +1,73 @@
+
+
+# Mattermost YunoHost-erako
+
+[](https://dash.yunohost.org/appci/app/mattermost)  
+
+[](https://install-app.yunohost.org/?app=mattermost)
+
+*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
+
+> *Pakete honek Mattermost YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
+> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
+
+## Aurreikuspena
+
+## 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
+
+
+**Paketatutako bertsioa:** 9.6.1~ynh1
+
+## Pantaila-argazkiak
+
+
+
+## Dokumentazioa eta baliabideak
+
+- Aplikazioaren webgune ofiziala:
+- Erabiltzaileen dokumentazio ofiziala:
+- Administratzaileen dokumentazio ofiziala:
+- Jatorrizko aplikazioaren kode-gordailua:
+- YunoHost Denda:
+- Eman errore baten berri:
+
+## Garatzaileentzako informazioa
+
+Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing).
+
+`testing` abarra probatzeko, ondorengoa egin:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing --debug
+edo
+sudo yunohost app upgrade mattermost -u https://github.com/YunoHost-Apps/mattermost_ynh/tree/testing --debug
+```
+
+**Informazio gehiago aplikazioaren paketatzeari buruz:**
diff --git a/README_fr.md b/README_fr.md
index 3549fd0..8fd5aaf 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.5.2~ynh1
+**Version incluse :** 9.6.1~ynh1
## Captures d’écran
diff --git a/README_gl.md b/README_gl.md
index bc748cd..7b77c4e 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.5.2~ynh1
+**Versión proporcionada:** 9.6.1~ynh1
## Capturas de pantalla
diff --git a/conf/config.json b/conf/config.json
index 3177d2b..52139f9 100644
--- a/conf/config.json
+++ b/conf/config.json
@@ -23,6 +23,7 @@
"EnableOAuthServiceProvider": false,
"EnableIncomingWebhooks": true,
"EnableOutgoingWebhooks": true,
+ "EnableOutgoingOAuthConnections": false,
"EnableCommands": true,
"OutgoingIntegrationRequestsTimeout": 30,
"EnablePostUsernameOverride": false,
@@ -640,8 +641,7 @@
"StreamlinedMarketplace": true,
"CloudIPFiltering": false,
"ConsumePostHook": false,
- "CloudAnnualRenewals": false,
- "OutgoingOAuthConnections": false
+ "CloudAnnualRenewals": false
},
"ImportSettings": {
"Directory": "./import",
diff --git a/manifest.toml b/manifest.toml
index 3131115..88d7735 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.5.2~ynh1"
+version = "9.6.1~ynh1"
maintainers = ["pmorinerie"]
@@ -76,18 +76,18 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
- amd64.url = "https://releases.mattermost.com/9.5.2/mattermost-team-9.5.2-linux-amd64.tar.gz"
- amd64.sha256 = "bfa870bb2c592671878af7e320f95d8a93f0df10377d7c70651390a0fabbbd7a"
- arm64.url = "https://releases.mattermost.com/9.5.2/mattermost-team-9.5.2-linux-arm64.tar.gz"
- arm64.sha256 = "dd5f206d39b3d3249f7f9736f45825d9d91fd1c368b5323e4885157196b98861"
- armhf.url = "https://github.com/remiheens/mattermost-docker-arm/releases/download/v9.5.1/mattermost-v9.5.1-linux-arm.tar.gz"
- armhf.sha256 = "1b235b3bb2511df5e8f43320d9b78b2263056873f4cab0d425ab82c40c390b12"
+ amd64.url = "https://releases.mattermost.com/9.6.1/mattermost-team-9.6.1-linux-amd64.tar.gz"
+ amd64.sha256 = "ff3908dce8a068dd89742ed43c23a926177dabda0cdbdd7737a18fc7ced3a8eb"
+ arm64.url = "https://releases.mattermost.com/9.6.1/mattermost-team-9.6.1-linux-arm64.tar.gz"
+ arm64.sha256 = "0a13435cddbba3be0fc26e3437ae8e36f49169ba3985f1717dec7132a7bea163"
+ armhf.url = "https://github.com/remiheens/mattermost-docker-arm/releases/download/v9.6.1/mattermost-v9.6.1-linux-arm.tar.gz"
+ armhf.sha256 = "71549e410980105f37c601f860f48dca016f74032d1cec7ed55abf8207ba4545"
[resources.sources.enterprise]
- amd64.url = "https://releases.mattermost.com/9.5.2/mattermost-enterprise-9.5.2-linux-amd64.tar.gz"
- amd64.sha256 = "a208a8c1b3581e8f4d4d02c083538a5e9f29575667ee43dc651f6e91a2afa4a0"
- arm64.url = "https://releases.mattermost.com/9.5.2/mattermost-enterprise-9.5.2-linux-arm64.tar.gz"
- arm64.sha256 = "99a09048434cb75f6d304329924ee9fda6bdfe11aa293777a08f528d7fbba12f"
+ amd64.url = "https://releases.mattermost.com/9.6.1/mattermost-enterprise-9.6.1-linux-amd64.tar.gz"
+ amd64.sha256 = "eaa3c480f4b6b9c9a7e511eceeb93926c6446dba207a5868eb2e81b81a7f51a8"
+ arm64.url = "https://releases.mattermost.com/9.6.1/mattermost-enterprise-9.6.1-linux-arm64.tar.gz"
+ arm64.sha256 = "4b53c24419068dc8988fa73aea9bbb4e8d3448295d7b5193a29b4a43bf57fcea"
[resources.system_user]
allow_email = true