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

* Update manifest.toml

* Auto-update README

* Update config.json

* Update config.json

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Auto-update README

* 9.0.1

* Auto-update README

* Update manifest.toml

* Update config.json

* Update manifest.toml

* Update config.json

* Update screenshot.png

* Update manifest.toml

* Auto-update README

* Update config.json

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
eric_G 2023-11-09 14:42:02 +01:00 committed by GitHub
parent 0fbaee703a
commit 34d4377a0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 16 deletions

View file

@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d
- Runtime profiling data and system monitoring reports - Runtime profiling data and system monitoring reports
**Shipped version:** 9.1.1~ynh1 **Shipped version:** 9.1.2~ynh1
## Screenshots ## Screenshots

View file

@ -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 - Données de profilage d'exécution et rapports de surveillance du système
**Version incluse :** 9.1.1~ynh1 **Version incluse :** 9.1.2~ynh1
## Captures décran ## Captures décran

View file

@ -59,8 +59,6 @@
"WebsocketPort": 80, "WebsocketPort": 80,
"WebserverMode": "gzip", "WebserverMode": "gzip",
"EnableGifPicker": true, "EnableGifPicker": true,
"GfycatAPIKey": "2_KtH_W5",
"GfycatAPISecret": "3wLVZPiswc3DnaiaFoLkDvB4X0IV6CpMkj4tf2inJRsBY6-FnkT08zGmppWFgeof",
"GiphySdkKey": "", "GiphySdkKey": "",
"EnableCustomEmoji": true, "EnableCustomEmoji": true,
"EnableEmojiPicker": true, "EnableEmojiPicker": true,
@ -172,7 +170,8 @@
"VerboseDiagnostics": false, "VerboseDiagnostics": false,
"EnableSentry": true, "EnableSentry": true,
"AdvancedLoggingJSON": {}, "AdvancedLoggingJSON": {},
"AdvancedLoggingConfig": "" "AdvancedLoggingConfig": "",
"MaxFieldSize": 2048
}, },
"ExperimentalAuditSettings": { "ExperimentalAuditSettings": {
"FileEnabled": false, "FileEnabled": false,
@ -541,7 +540,8 @@
"BoardsRetentionDays": 365, "BoardsRetentionDays": 365,
"DeletionJobStartTime": "02:00", "DeletionJobStartTime": "02:00",
"BatchSize": 3000, "BatchSize": 3000,
"TimeBetweenBatchesMilliseconds": 100 "TimeBetweenBatchesMilliseconds": 100,
"RetentionIdsBatchSize": 100
}, },
"MessageExportSettings": { "MessageExportSettings": {
"EnableExport": false, "EnableExport": false,
@ -630,7 +630,6 @@
"DeprecateCloudFree": false, "DeprecateCloudFree": false,
"CloudReverseTrial": false, "CloudReverseTrial": false,
"EnableExportDirectDownload": false, "EnableExportDirectDownload": false,
"DataRetentionConcurrencyEnabled": true,
"StreamlinedMarketplace": true "StreamlinedMarketplace": true
}, },
"ImportSettings": { "ImportSettings": {

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.1.1~ynh1" version = "9.1.2~ynh1"
maintainers = ["pmorinerie"] maintainers = ["pmorinerie"]
@ -73,18 +73,18 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
amd64.url = "https://releases.mattermost.com/9.1.1/mattermost-team-9.1.1-linux-amd64.tar.gz" amd64.url = "https://releases.mattermost.com/9.1.2/mattermost-team-9.1.2-linux-amd64.tar.gz"
amd64.sha256 = "5395642cd0d79db34b6fab16a9311dfd6eb1fe82fa10c22cca55194ffd0a828b" amd64.sha256 = "d913c4709676d9a2d21b778c60ef03b81414cc7d1bf0361d82dbce74e9810d01"
arm64.url = "https://releases.mattermost.com/9.1.1/mattermost-team-9.1.1-linux-arm64.tar.gz" arm64.url = "https://releases.mattermost.com/9.1.2/mattermost-team-9.1.2-linux-arm64.tar.gz"
arm64.sha256 = "2070dc950aa3660dd1f3c049364ba595f8a2b27d230ad0bf4743932c91c19deb" arm64.sha256 = "33e47e9c246a79fa123ce6e985351fe09828d0c7b1fef88dc59b0ee04dca39f5"
armhf.url = "https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.5.2/mattermost-v7.5.2-linux-arm.tar.gz" armhf.url = "https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.5.2/mattermost-v7.5.2-linux-arm.tar.gz"
armhf.sha256 = "b26a4b676ee92ac848fa2993aa67559238ba7d8c1d0e6f7ffdd79ad8fb4942f3" armhf.sha256 = "b26a4b676ee92ac848fa2993aa67559238ba7d8c1d0e6f7ffdd79ad8fb4942f3"
[resources.sources.enterprise] [resources.sources.enterprise]
amd64.url = "https://releases.mattermost.com/9.1.1/mattermost-enterprise-9.1.1-linux-amd64.tar.gz" amd64.url = "https://releases.mattermost.com/9.1.2/mattermost-enterprise-9.1.2-linux-amd64.tar.gz"
amd64.sha256 = "6073190d619456b9d3db9e597b61849be035c5f8f3682d7e3dd69ccd4df86be4" amd64.sha256 = "13fcdb949d613b845e028fc228f7f5ade9f452dc83fc47b4058d62d206fec3ef"
arm64.url = "https://releases.mattermost.com/9.1.1/mattermost-enterprise-9.1.1-linux-arm64.tar.gz" arm64.url = "https://releases.mattermost.com/9.1.2/mattermost-enterprise-9.1.2-linux-arm64.tar.gz"
arm64.sha256 = "d7227177752ce23ac1e28d2d7b90d5882288e2aeb555ee22ab36d46c192cd8f0" arm64.sha256 = "c75860817858eddde852075ec0c0091f53cec7858be30cc7f849f31e215bd23d"
[resources.system_user] [resources.system_user]