mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
a64450ae9d
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19, and Vite. Migrate all documentation content to MDX under content/docs/. Add full src/ app with React components, routing, search, and API page. Remove Korrektly integration from CI/CD workflows, Dockerfile, and env vars. Update build pipeline to output to .output/public instead of docs/.vitepress/dist.
38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
---
|
||
title: "MinIO"
|
||
description: "A high-performance, distributed object storage system."
|
||
og:
|
||
description: "Host MinIO object storage on Coolify as S3-compatible high-performance storage for backups, data lakes, and cloud-native application storage."
|
||
category: "Storage"
|
||
icon: "/docs/images/services/minio-logo.svg"
|
||
---
|
||
|
||
# MinIO Community Edition
|
||
|
||
<ZoomImage src="/docs/images/services/minio-logo.svg" alt="MinIO" />
|
||
|
||
|
||
<Callout type="error" title="SERVICE REMOVED FROM COOLIFY">
|
||
|
||
This service has been removed from Coolify’s one-click service catalog because it is no longer maintained by its original author. More info on https://github.com/minio/minio/blob/master/README.md
|
||
|
||
</Callout>
|
||
|
||
|
||
## What is MinIO?
|
||
|
||
MinIO is a high-performance, distributed object storage system compatible with Amazon S3 APIs. It is software-defined, runs on industry-standard hardware, and is 100% open source under the AGPL v3.0 license. MinIO delivers high-performance, Kubernetes-native object storage that is designed for large scale AI/ML, data lake and database workloads.
|
||
|
||
## Links
|
||
|
||
- [The official website](https://min.io?utm_source=coolify.io)
|
||
- [Documentation](https://min.io/docs/minio/linux/index.html?utm_source=coolify.io)
|
||
- [GitHub](https://github.com/minio/minio?utm_source=coolify.io)
|
||
- [Community Edition Info](https://github.com/coollabsio/minio?utm_source=coolify.io)
|
||
|
||
## FAQ
|
||
|
||
### Invalid login credentials
|
||
|
||
You need to run MinIO on `https` (not self-signed) to avoid this issue. MinIO doesn't support http based authentication.
|