mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
* Update manifest.toml * Auto-update README * Update config.json * Update config.json --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
251ea7df35
commit
ab976a5073
4 changed files with 11 additions and 17 deletions
|
@ -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:** 8.1.2~ynh2
|
||||
**Shipped version:** 9.0.0~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -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 :** 8.1.2~ynh2
|
||||
**Version incluse :** 9.0.0~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -61,7 +61,6 @@
|
|||
"EnableGifPicker": true,
|
||||
"GfycatAPIKey": "2_KtH_W5",
|
||||
"GfycatAPISecret": "3wLVZPiswc3DnaiaFoLkDvB4X0IV6CpMkj4tf2inJRsBY6-FnkT08zGmppWFgeof",
|
||||
"GiphySdkKey": "",
|
||||
"EnableCustomEmoji": true,
|
||||
"EnableEmojiPicker": true,
|
||||
"PostEditTimeLimit": -1,
|
||||
|
@ -633,14 +632,9 @@
|
|||
"PostPriority": false,
|
||||
"WysiwygEditor": false,
|
||||
"PeopleProduct": false,
|
||||
"ReduceOnBoardingTaskList": false,
|
||||
"OnboardingAutoShowLinkedBoard": false,
|
||||
"ThreadsEverywhere": false,
|
||||
"GlobalDrafts": true,
|
||||
"OnboardingTourTips": true,
|
||||
"DeprecateCloudFree": false,
|
||||
"CloudReverseTrial": false,
|
||||
"EnableExportDirectDownload": false,
|
||||
"DataRetentionConcurrencyEnabled": true
|
||||
},
|
||||
"ImportSettings": {
|
||||
|
|
|
@ -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 = "8.1.2~ynh2"
|
||||
version = "9.0.0~ynh1"
|
||||
|
||||
maintainers = ["pmorinerie"]
|
||||
|
||||
|
@ -73,18 +73,18 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
amd64.url = "https://releases.mattermost.com/8.1.2/mattermost-team-8.1.2-linux-amd64.tar.gz"
|
||||
amd64.sha256 = "4ab80d4c4f5f57e5a5a673b87f4f18c2647a064458faae6684150cf1cf20ef99"
|
||||
arm64.url = "https://releases.mattermost.com/8.1.2/mattermost-team-8.1.2-linux-arm64.tar.gz"
|
||||
arm64.sha256 = "ba4af3ed045e6163a6e08c8713dd3fa695d43e18b912a67b64c0c2bf6a7ce510"
|
||||
amd64.url = "https://releases.mattermost.com/9.0.0/mattermost-team-9.0.0-linux-amd64.tar.gz"
|
||||
amd64.sha256 = "ec7cd03dac90aa42ace4a71bc629d8111753967e1cc8ca88812c4c818cb08d82"
|
||||
arm64.url = "https://releases.mattermost.com/9.0.0/mattermost-team-9.0.0-linux-arm64.tar.gz"
|
||||
arm64.sha256 = "ebc7e3c044e0bd6ffea14f5efd92811966dd4ed263460a593861b34f6d2ed9dd"
|
||||
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/8.1.2/mattermost-enterprise-8.1.2-linux-amd64.tar.gz"
|
||||
amd64.sha256 = "7087d4206a79d5dc9f998dcb9d5fb517d097fb2e57c9309ecfa47c4cb2f3f5fa"
|
||||
arm64.url = "https://releases.mattermost.com/8.1.2/mattermost-enterprise-8.1.2-linux-arm64.tar.gz"
|
||||
arm64.sha256 = "93ec71319f6c83bb7e42d284da3314fad715b5e68e39fe8e394c2ee00337c396"
|
||||
amd64.url = "https://releases.mattermost.com/9.0.0/mattermost-enterprise-9.0.0-linux-amd64.tar.gz"
|
||||
amd64.sha256 = "07c7d54b566047fb5612a564e1cd266f1181fa3756e2adc7f45ef31c77b2bc63"
|
||||
arm64.url = "https://releases.mattermost.com/9.0.0/mattermost-enterprise-9.0.0-linux-arm64.tar.gz"
|
||||
arm64.sha256 = "607c3eb55e3a3b9a80724f4d4e4b8f016a88dda9266b78815eb5bf00864303c1"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Reference in a new issue