mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
cleaning
This commit is contained in:
parent
b7f81df954
commit
71ee448214
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue