1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mongo-express_ynh.git synced 2024-09-03 19:46:04 +02:00

arm64_v7.0_Update manifest.toml

This commit is contained in:
pp-r 2024-06-16 19:46:45 +02:00 committed by GitHub
parent 545056ffc0
commit 1ff03f26ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ cpe = "cpe:2.3:a:mongo-express_project:mongo-express"
[integration]
yunohost = ">= 11.2"
architectures = ["amd64"]
architectures = ["amd64", "arm64"]
multi_instance = false
ldap = "not_relevant"
@ -45,7 +45,7 @@ ram.runtime = "50M"
ask.en = "Select the major version of Mongo to install or 'None' if already installed"
ask.fr = "Choisissez la version de Mongo a installer ou 'None' si Mongo est déjà installé"
type = "select"
choices = ["None", "4.4", "5.0", "6.0"]
choices = ["None", "4.4", "5.0", "6.0", "7.0"]
default = "6.0"
[resources]