diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index cbefc00..e3cb55f 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,6 +1,6 @@ MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads. -## How to create a Yunohost app using MinIO +## How to create a YunoHost app using MinIO During the install process, MinIO will install both the MinIO server and MinIO client. If your app needs to use an Amazon S3 storage, I recommend to use the MinIO client to create and setup buckets as per your app's requirements. You can have a look at outline_ynh app for reference. diff --git a/manifest.toml b/manifest.toml index 6920bb5..88c703b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,8 +20,11 @@ cpe = "cpe:2.3:a:minio:minio" yunohost = ">= 11.2" architectures = ["amd64", "arm64"] multi_instance = false + ldap = "not_relevant" + sso = "not_relevant" + disk = "150M" ram.build = "700M" ram.runtime = "700M"