app-store/apps/minio/metadata/description.md
sclaren 44f8469a56
Minio (#487)
* Added Minio Object Storage

* Added missin , in config

* removed uneccesary ,

* Updated server command

* Try to fix issue with server command

* server command again

* Server…

* Another try…

* dont get ist to run

* fixed missing )

* fixed mismatched url scheme

* changed version and try to add two traefic routes to expose console and api

* workaround for api url

* Description changed

* Added MinIO to List of available apps to READM

* Added MinIO to List of available apps to README.md

* Update Config and Metadata

---------

Co-authored-by: Sascha Claren <sascha@saschas-macbook-pro.local>
Co-authored-by: Sascha Claren <sascha@claren.dev>
Co-authored-by: Sascha <sc@dreamdev.de>
Co-authored-by: DrMxrcy <drmxrcy@gmail.com>
2023-05-24 09:07:29 -04:00

1.1 KiB

Minio - Open Source Object Storage

Host your own Amazon S3 compatible Object Storage!

!! Installation Info !!

This MinIO setup requires two exposed URLS

  • The console URL
  • The S3 API URL

While the console URL is defined by the tipi's default expose URL you need to define the S§ API URL in the settings while install.

Example:

  • API: Minio S3 API URL: s3.mydomain.com
  • Console: Exposed URL: minio.mydomain.com
Exposed Service Local Port Exposed Domain
Minio API IP:8000 s3.mydomain.com
Minio Admin Console IP:8001 minio.mydomain.com

About

screenshot

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.

See https://github.com/minio/minio for more details