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:
parent
545056ffc0
commit
1ff03f26ee
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue