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

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
eric_G 2023-10-29 22:11:54 +01:00 committed by GitHub
parent 325411920e
commit aebe4d88dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 10 deletions

View file

@ -229,7 +229,22 @@
"AmazonS3SignV2": false,
"AmazonS3SSE": false,
"AmazonS3Trace": false,
"AmazonS3RequestTimeoutMilliseconds": 30000
"AmazonS3RequestTimeoutMilliseconds": 30000,
"DedicatedExportStore": false,
"ExportDriverName": "local",
"ExportDirectory": "./data/",
"ExportAmazonS3AccessKeyId": "",
"ExportAmazonS3SecretAccessKey": "",
"ExportAmazonS3Bucket": "",
"ExportAmazonS3PathPrefix": "",
"ExportAmazonS3Region": "",
"ExportAmazonS3Endpoint": "s3.amazonaws.com",
"ExportAmazonS3SSL": true,
"ExportAmazonS3SignV2": false,
"ExportAmazonS3SSE": false,
"ExportAmazonS3Trace": false,
"ExportAmazonS3RequestTimeoutMilliseconds": 30000,
"ExportAmazonS3PresignExpiresSeconds": 21600
},
"EmailSettings": {
"EnableSignUpWithEmail": true,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 434 KiB

After

Width:  |  Height:  |  Size: 328 KiB

View file

@ -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.1.0~ynh1"
version = "9.1.1~ynh1"
maintainers = ["pmorinerie"]
@ -73,18 +73,18 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
amd64.url = "https://releases.mattermost.com/9.1.0/mattermost-team-9.1.0-linux-amd64.tar.gz"
amd64.sha256 = "b120c4a55f76361bb10ea23dcc1ef19617932f7a80df8e6255ad0f9e0ff1da3a"
arm64.url = "https://releases.mattermost.com/9.1.0/mattermost-team-9.1.0-linux-arm64.tar.gz"
arm64.sha256 = "69b406a9aad5ebb6cc50afa2ad6ba052e985c0544120cb3083c51aaa2a66aa96"
amd64.url = "https://releases.mattermost.com/9.1.1/mattermost-team-9.1.1-linux-amd64.tar.gz"
amd64.sha256 = "5395642cd0d79db34b6fab16a9311dfd6eb1fe82fa10c22cca55194ffd0a828b"
arm64.url = "https://releases.mattermost.com/9.1.1/mattermost-team-9.1.1-linux-arm64.tar.gz"
arm64.sha256 = "2070dc950aa3660dd1f3c049364ba595f8a2b27d230ad0bf4743932c91c19deb"
armhf.url = "https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.5.2/mattermost-v7.5.2-linux-arm.tar.gz"
armhf.sha256 = "b26a4b676ee92ac848fa2993aa67559238ba7d8c1d0e6f7ffdd79ad8fb4942f3"
[resources.sources.enterprise]
amd64.url = "https://releases.mattermost.com/9.1.0/mattermost-enterprise-9.1.0-linux-amd64.tar.gz"
amd64.sha256 = "11bd6fa1e0ec9bfe5c3e4b2449ce7fe8dfb28c4a48714bff968a7a985b047ca6"
arm64.url = "https://releases.mattermost.com/9.1.0/mattermost-enterprise-9.1.0-linux-arm64.tar.gz"
arm64.sha256 = "3880ac51b8898a89d6a1f4b0edc9d3e3e0e2d06a6d178611b861a0cfbb59ad09"
amd64.url = "https://releases.mattermost.com/9.1.1/mattermost-enterprise-9.1.1-linux-amd64.tar.gz"
amd64.sha256 = "6073190d619456b9d3db9e597b61849be035c5f8f3682d7e3dd69ccd4df86be4"
arm64.url = "https://releases.mattermost.com/9.1.1/mattermost-enterprise-9.1.1-linux-arm64.tar.gz"
arm64.sha256 = "d7227177752ce23ac1e28d2d7b90d5882288e2aeb555ee22ab36d46c192cd8f0"
[resources.system_user]