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

upgrade the arm source

This commit is contained in:
OniriCorpe 2024-02-13 04:19:22 +01:00
parent 08262bca78
commit 20da43fedf

View file

@ -7,7 +7,7 @@ description.fr = "Plateforme de collaboration open source conçue pour les déve
version = "9.4.2~ynh1" version = "9.4.2~ynh1"
maintainers = ["pmorinerie"] maintainers = [ "pmorinerie" ]
[upstream] [upstream]
license = "GPL-3.0-only" license = "GPL-3.0-only"
@ -18,7 +18,7 @@ code = "https://github.com/mattermost/mattermost-server"
[integration] [integration]
yunohost = ">= 11.2" yunohost = ">= 11.2"
architectures = ["amd64", "armhf", "arm64"] architectures = [ "amd64", "armhf", "arm64" ]
multi_instance = true multi_instance = true
ldap = false ldap = false
@ -55,14 +55,14 @@ ram.runtime = "50M"
help.en = "Use Team Edition for the open source version (ARM, ARM64 and x86-64 support) or Enterprise Edition if you want to use a license (x86-64 and ARM64 support)" help.en = "Use Team Edition for the open source version (ARM, ARM64 and x86-64 support) or Enterprise Edition if you want to use a license (x86-64 and ARM64 support)"
help.fr = "Utilisez Team Edition pour la version open-source (prise en charge ARM, ARM64 et x86-64) ou Édition Enterprise si vous souhaitez utiliser une licence (prise en charge x86-64 et ARM64)" help.fr = "Utilisez Team Edition pour la version open-source (prise en charge ARM, ARM64 et x86-64) ou Édition Enterprise si vous souhaitez utiliser une licence (prise en charge x86-64 et ARM64)"
type = "select" type = "select"
choices = ["Enterprise", "Team"] choices = [ "Enterprise", "Team" ]
default = "Team" default = "Team"
[install.language] [install.language]
ask.en = "Choose the language of the chat for the admin" ask.en = "Choose the language of the chat for the admin"
ask.fr = "Choissisez la langue utilisée par le compte administrateur" ask.fr = "Choissisez la langue utilisée par le compte administrateur"
type = "select" type = "select"
choices = ["de", "en", "es", "fr", "it", "pt"] choices = [ "de", "en", "es", "fr", "it", "pt" ]
default = "en" default = "en"
[install.team_display_name] [install.team_display_name]
@ -80,8 +80,8 @@ ram.runtime = "50M"
amd64.sha256 = "61627ab1fb5f987756edf8b4f5c07f9e6d4937c62f27babea0532e5a1fa41ce7" amd64.sha256 = "61627ab1fb5f987756edf8b4f5c07f9e6d4937c62f27babea0532e5a1fa41ce7"
arm64.url = "https://releases.mattermost.com/9.4.2/mattermost-team-9.4.2-linux-arm64.tar.gz" arm64.url = "https://releases.mattermost.com/9.4.2/mattermost-team-9.4.2-linux-arm64.tar.gz"
arm64.sha256 = "f6801a236c573595ac56fed97e636de72789f98e0b1c71b9ff01dfca354a1a9f" 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/remiheens/mattermost-docker-arm/releases/download/v9.4.2/mattermost-v9.4.2-linux-arm.tar.gz"
armhf.sha256 = "b26a4b676ee92ac848fa2993aa67559238ba7d8c1d0e6f7ffdd79ad8fb4942f3" armhf.sha256 = "d2e3e52b1555eefd3f3b15cf3a322508d944a64a1bda9d101798988e4033212e"
[resources.sources.enterprise] [resources.sources.enterprise]
amd64.url = "https://releases.mattermost.com/9.4.2/mattermost-enterprise-9.4.2-linux-amd64.tar.gz" amd64.url = "https://releases.mattermost.com/9.4.2/mattermost-enterprise-9.4.2-linux-amd64.tar.gz"
@ -89,20 +89,20 @@ ram.runtime = "50M"
arm64.url = "https://releases.mattermost.com/9.4.2/mattermost-enterprise-9.4.2-linux-arm64.tar.gz" arm64.url = "https://releases.mattermost.com/9.4.2/mattermost-enterprise-9.4.2-linux-arm64.tar.gz"
arm64.sha256 = "57e8cfcbf89ef56d27ed18f751db3ceeb1f18d62ab33694a67d7b86a9d3d1faf" arm64.sha256 = "57e8cfcbf89ef56d27ed18f751db3ceeb1f18d62ab33694a67d7b86a9d3d1faf"
[resources.system_user] [resources.system_user]
allow_email = true allow_email = true
[resources.install_dir] [resources.install_dir]
[resources.data_dir] [resources.data_dir]
[resources.ports] [resources.ports]
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
[resources.apt] [resources.apt]
packages = "postgresql, pgloader" packages = "postgresql, pgloader"
[resources.database] [resources.database]
type = "postgresql" type = "postgresql"