AppFlowy-MinIO

AppFlowy-MinIO

Official

Docker app from vmalinics0's Repository

Overview

Step 3/7: MinIO S3-compatible object storage for AppFlowy Cloud file uploads, attachments, and collaboration snapshots. Part of the AppFlowy Cloud stack.

Requirements

Custom Docker network named "appflowy" must exist before deploying any container in this stack. Create it via SSH or the Unraid terminal: docker network create appflowy — Network Type is pre-set to "appflowy" by default, verify it is selected.

Runtime arguments

Web UI
http://[IP]:[PORT:9001]/
Network
custom:appflowy
Shell
sh
Privileged
false
Extra Params
server /data --console-address ":9001"

Template configuration

Data DirectoryPathrw

Persistent storage for all MinIO buckets and objects.

Target
/data
Default
/mnt/user/appdata/AppFlowy-MinIO
Value
/mnt/user/appdata/AppFlowy-MinIO
Root User (Access Key)Variable

MinIO root username / S3 access key. Change this for production.

Target
MINIO_ROOT_USER
Default
minioadmin
Value
minioadmin
Root Password (Secret Key)Variable

MinIO root password / S3 secret key. Change this for production. Must match APPFLOWY_S3_SECRET_KEY in other services.

Target
MINIO_ROOT_PASSWORD
Default
changeme_minio_secret
Value
changeme_minio_secret
Browser Redirect URLVariable

Public URL for the MinIO web console. Set to http://YOUR_SERVER_IP/minio (or your domain).

Target
MINIO_BROWSER_REDIRECT_URL
Default
http://YOUR_SERVER_IP/minio
Value
http://YOUR_SERVER_IP/minio
MinIO Console PortPorttcp

MinIO web console port — accessible from your browser.

Target
9001
Default
9001
Value
9001
MinIO API Port (internal)Porttcp

MinIO S3 API port — used internally by AppFlowy services. No host port needed unless you need direct S3 access.

Target
9000
Default
9000
Value
9000

Details

Repository
minio/minio:latest
Last Updated2025-09-07
First Seen2018-11-09

Run AppFlowy-MinIO on Unraid.

AppFlowy-MinIO is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.