mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Testing (#463)
* Update manifest.toml * update conf with upstream * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
52d95b9785
commit
a834d7ead7
4 changed files with 20 additions and 15 deletions
|
@ -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.3.0~ynh1
|
**Shipped version:** 9.4.2~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## 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
|
- Données de profilage d'exécution et rapports de surveillance du système
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 9.3.0~ynh1
|
**Version incluse :** 9.4.2~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,8 @@
|
||||||
"EnableCustomGroups": true,
|
"EnableCustomGroups": true,
|
||||||
"SelfHostedPurchase": true,
|
"SelfHostedPurchase": true,
|
||||||
"AllowSyncedDrafts": true,
|
"AllowSyncedDrafts": true,
|
||||||
"UniqueEmojiReactionLimitPerPost": 50
|
"UniqueEmojiReactionLimitPerPost": 50,
|
||||||
|
"RefreshPostStatsRunTime": "00:00"
|
||||||
},
|
},
|
||||||
"TeamSettings": {
|
"TeamSettings": {
|
||||||
"SiteName": "Mattermost",
|
"SiteName": "Mattermost",
|
||||||
|
@ -556,7 +557,9 @@
|
||||||
"SMTPUsername": "",
|
"SMTPUsername": "",
|
||||||
"SMTPPassword": "",
|
"SMTPPassword": "",
|
||||||
"EmailAddress": "",
|
"EmailAddress": "",
|
||||||
"SMTPServerTimeout": 1800
|
"SMTPServerTimeout": 1800,
|
||||||
|
"CustomSMTPServerName": "",
|
||||||
|
"CustomSMTPPort": "25"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"JobSettings": {
|
"JobSettings": {
|
||||||
|
@ -630,7 +633,9 @@
|
||||||
"CloudReverseTrial": false,
|
"CloudReverseTrial": false,
|
||||||
"EnableExportDirectDownload": false,
|
"EnableExportDirectDownload": false,
|
||||||
"StreamlinedMarketplace": true,
|
"StreamlinedMarketplace": true,
|
||||||
"ConsumePostHook": false
|
"CloudIPFiltering": false,
|
||||||
|
"ConsumePostHook": false,
|
||||||
|
"CloudAnnualRenewals": false
|
||||||
},
|
},
|
||||||
"ImportSettings": {
|
"ImportSettings": {
|
||||||
"Directory": "./import",
|
"Directory": "./import",
|
||||||
|
|
|
@ -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.3.0~ynh1"
|
version = "9.4.2~ynh1"
|
||||||
|
|
||||||
maintainers = ["pmorinerie"]
|
maintainers = ["pmorinerie"]
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ ldap = false
|
||||||
|
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
disk = "50M"
|
disk = "750M"
|
||||||
ram.build = "350M"
|
ram.build = "350M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
||||||
|
@ -76,18 +76,18 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
amd64.url = "https://releases.mattermost.com/9.3.0/mattermost-team-9.3.0-linux-amd64.tar.gz"
|
amd64.url = "https://releases.mattermost.com/9.4.2/mattermost-team-9.4.2-linux-amd64.tar.gz"
|
||||||
amd64.sha256 = "a53ddf36e313f0d5bc69ecd5940d089ce0b6ab392831e8126edbba22dc0946b4"
|
amd64.sha256 = "61627ab1fb5f987756edf8b4f5c07f9e6d4937c62f27babea0532e5a1fa41ce7"
|
||||||
arm64.url = "https://releases.mattermost.com/9.3.0/mattermost-team-9.3.0-linux-arm64.tar.gz"
|
arm64.url = "https://releases.mattermost.com/9.4.2/mattermost-team-9.4.2-linux-arm64.tar.gz"
|
||||||
arm64.sha256 = "b459b43f599fed5a1905e49e4605198a2cfdedf8fd7e54a361ca17adb047df00"
|
arm64.sha256 = "f6801a236c573595ac56fed97e636de72789f98e0b1c71b9ff01dfca354a1a9f"
|
||||||
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.3.0/mattermost-enterprise-9.3.0-linux-amd64.tar.gz"
|
amd64.url = "https://releases.mattermost.com/9.4.2/mattermost-enterprise-9.4.2-linux-amd64.tar.gz"
|
||||||
amd64.sha256 = "2145f476b53f51c454c4f2631664ff080c46390928d2be142d3697750a023f3f"
|
amd64.sha256 = "7bfd596a880a162aff351e447a5df97acf826405a9d98335a41ca574db6326e7"
|
||||||
arm64.url = "https://releases.mattermost.com/9.3.0/mattermost-enterprise-9.3.0-linux-arm64.tar.gz"
|
arm64.url = "https://releases.mattermost.com/9.4.2/mattermost-enterprise-9.4.2-linux-arm64.tar.gz"
|
||||||
arm64.sha256 = "b2d1dab455228d60c4f29fd323f28a6387d8a87691388ae087f4487ef8b5086b"
|
arm64.sha256 = "57e8cfcbf89ef56d27ed18f751db3ceeb1f18d62ab33694a67d7b86a9d3d1faf"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
allow_email = true
|
allow_email = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue