Files
Andras Bacsai a64450ae9d feat(platform): migrate docs from VitePress to Fumadocs + TanStack Start
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.
2026-05-06 12:08:05 +02:00

38 lines
1.5 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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 Coolifys 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.