mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
Update manifest.toml
This commit is contained in:
parent
e1a68a8c27
commit
ac18143239
1 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ license = "AGPL-3.0-only"
|
|||
website = "https://min.io"
|
||||
admindoc = "https://docs.min.io/"
|
||||
code = "https://github.com/minio/minio"
|
||||
cpe = " cpe:2.3:a:min:minio_console"
|
||||
cpe = "cpe:2.3:a:minio:minio"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1"
|
||||
|
@ -22,9 +22,9 @@ architectures = ["amd64", "arm64"]
|
|||
multi_instance = false
|
||||
ldap = "not_relevant"
|
||||
sso = "not_relevant"
|
||||
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
||||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
disk = "150M"
|
||||
ram.build = "700M"
|
||||
ram.runtime = "700M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
|
|
Loading…
Add table
Reference in a new issue