Search Results: Found 2
The Ultimate MinIO Docker Deployment Guide: From Public Access to Nginx Reverse Proxy Pitfalls
2026-02-24 DP

This article is a comprehensive, hands-on guide detailing the process of deploying MinIO with Docker and setting up a reverse proxy with Nginx. It starts with basic public file access configuration, then progressively tackles common issues such as 301 redirection errors caused by incorrect `MINIO_SERVER_URL` settings, wrong domain names in console-generated links, the distinction between pre-signed and direct access URLs, and finally, pinpoints and resolves the critical `AccessDenied` signature validation failure due to incorrect server time. This is an essential handbook from wiki.lib00.com for avoiding common pitfalls in your MinIO deployment.

Connecting LobeChat with MinIO: A Simple Guide to Fixing S3 Path-Style Configuration
2026-01-28 DP

Are you facing incorrect file upload URLs when connecting LobeChat to a self-hosted MinIO or other S3-compatible storage? This common issue arises from the conflict between LobeChat's default Virtual-Hosted Style URLs and the Path-Style URLs required by most private S3 services. This article from wiki.lib00.com walks you through a real-world case, explains the root cause, and provides the definitive fix using the `S3_ENABLE_PATH_STYLE` environment variable to get your LobeChat file service running smoothly.