Other Apps I need to add

This commit is contained in:
cody conder
2025-10-21 22:32:16 -05:00
parent c756ea0244
commit f0792907f7
15 changed files with 781 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# 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 runtipi's default expose URL you need to define the S3 API URL in the settings when installing.
**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
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