Skip to content

Feature Storage

github-actions[bot] edited this page Apr 26, 2026 · 2 revisions

Feature: Storage

ɳSelf uses MinIO as its S3-compatible object storage layer, available as an optional service.

What's Included

Capability Description
S3-compatible API Drop-in replacement for AWS S3
Buckets Create and manage storage buckets
Access policies Public, private, and custom bucket policies
Presigned URLs Temporary access URLs for uploads/downloads
Console UI Web UI for bucket management

How to Enable

nself service enable minio
nself build && nself restart

Or set in .env:

MINIO_ENABLED=true

Key Configuration Variables

Variable Description Default
MINIO_ENABLED Enable MinIO service false
MINIO_ACCESS_KEY Root access key Auto-generated
MINIO_SECRET_ACCESS_KEY Root secret key Auto-generated
MINIO_DEFAULT_BUCKET Default bucket name nself
MINIO_PORT Internal port 9000

Connecting to MinIO

Use the S3 endpoint URL from nself urls. Configure your application with:

Endpoint: https://storage.your-domain.com
Access Key: ${MINIO_ACCESS_KEY}
Secret Key: ${MINIO_SECRET_ACCESS_KEY}
Region: us-east-1  # MinIO ignores region but requires a value

Pro Storage Plugin

For multi-provider S3 storage (AWS S3, Cloudflare R2, Backblaze B2), see the object-storage pro plugin.

See Also


Home | _Sidebar

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Operations


Contributing


Admin


Changelog

Clone this wiki locally