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

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
eric_G 2023-10-25 18:07:19 +02:00 committed by GitHub
parent 3fa15c5061
commit 0140ce6adc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 19 deletions

View file

@ -61,6 +61,7 @@
"EnableGifPicker": true,
"GfycatAPIKey": "2_KtH_W5",
"GfycatAPISecret": "3wLVZPiswc3DnaiaFoLkDvB4X0IV6CpMkj4tf2inJRsBY6-FnkT08zGmppWFgeof",
"GiphySdkKey": "",
"EnableCustomEmoji": true,
"EnableEmojiPicker": true,
"PostEditTimeLimit": -1,
@ -112,6 +113,7 @@
"TeamSettings": {
"SiteName": "Mattermost",
"MaxUsersPerTeam": 50,
"EnableJoinLeaveMessageByDefault": true,
"EnableUserCreation": true,
"EnableOpenServer": false,
"EnableUserDeactivation": false,
@ -577,6 +579,7 @@
},
"DisplaySettings": {
"CustomURLSchemes": [],
"MaxMarkdownNodes": 0,
"ExperimentalTimezone": true
},
"GuestAccountsSettings": {
@ -602,25 +605,18 @@
"TestBoolFeature": false,
"EnableRemoteClusterService": false,
"AppsEnabled": true,
"PluginPlaybooks": "",
"PluginApps": "",
"PluginFocalboard": "",
"PluginCalls": "",
"PermalinkPreviews": false,
"CallsEnabled": true,
"BoardsFeatureFlags": "",
"BoardsDataRetention": false,
"NormalizeLdapDNs": false,
"GraphQL": false,
"InsightsEnabled": false,
"CommandPalette": false,
"PostPriority": false,
"WysiwygEditor": false,
"PeopleProduct": false,
"OnboardingTourTips": true,
"DeprecateCloudFree": false,
"CloudReverseTrial": false,
"DataRetentionConcurrencyEnabled": true
"EnableExportDirectDownload": false,
"DataRetentionConcurrencyEnabled": true,
"StreamlinedMarketplace": true
},
"ImportSettings": {
"Directory": "./import",

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.0.1~ynh1"
version = "9.1.0~ynh1"
maintainers = ["pmorinerie"]
@ -73,18 +73,18 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
amd64.url = "https://releases.mattermost.com/9.0.1/mattermost-team-9.0.1-linux-amd64.tar.gz"
amd64.sha256 = "70ee59a52f598b3c994580633787ade249198a1d5d0e9d509e36f79e236e9aae"
arm64.url = "https://releases.mattermost.com/9.0.1/mattermost-team-9.0.1-linux-arm64.tar.gz"
arm64.sha256 = "f28d23b44faca195c4d787054b39e8d45ce8fc4ccaaf84d40897b5540b5927e9"
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"
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.0.1/mattermost-enterprise-9.0.1-linux-amd64.tar.gz"
amd64.sha256 = "0dc57e88667629305ca55d642fd92e811cf25aee2c83941e9a69f306ad846b44"
arm64.url = "https://releases.mattermost.com/9.0.1/mattermost-enterprise-9.0.1-linux-arm64.tar.gz"
arm64.sha256 = "00834c149292604db3f9bf3b483c90b4f986aa6d392719f8ae223b527801d78d"
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"
[resources.system_user]