StackPanel

MinIO Service

Documentation for the minio module

Project-local S3-compatible object storage.

Overview

Provides a mkService factory that creates a MinIO instance with data stored under .stackpanel/state/services/minio/. Includes both the S3 API endpoint and the web console.

Environment Variables

VariableExample
MINIO_ENDPOINThttp://localhost:9000
S3_ENDPOINThttp://localhost:9000
MINIO_ROOT_USERminioadmin
MINIO_ROOT_PASSWORDminioadmin

Usage

stackpanel.globalServices.minio.enable = true;

On this page