Initial commit with kopia app working

This commit is contained in:
cody conder
2025-11-08 00:18:25 -06:00
commit 801174585b
34 changed files with 1380 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