opens3/console

By opens3

Updated 7 months ago

Opens3 Console is a community-maintained fork of MinIO Console.

Image
Networking
Operating systems
Databases & storage
1

6.4K

opens3/console repository overview

Opens3 Console

license

Opens3 Console is a community-maintained fork of MinIO Console, preserving the full feature set that made the original console great. This fork exists to maintain and enhance the rich user interface capabilities that the community has come to rely on.

⚠️ Not affiliated with MinIO, Inc.

Quick Start

You can use our official multi-architecture image (supports both amd64 and arm64):

Pull and run the official image
docker run -p 9090:9090 \
  -e CONSOLE_MINIO_SERVER="https://your-minio-server" \
  -e CONSOLE_PBKDF_PASSPHRASE="your-secure-passphrase" \
  -e CONSOLE_PBKDF_SALT="your-secure-salt" \
  opens3/console:latest
Option 2: Build from Source

First, clone the repository:

git clone https://github.com/opens3/console.git
cd console

Build Command:

chmod +x build.sh
./build.sh

After the build is complete, set the required environment variables and start the console:

export CONSOLE_MINIO_SERVER="https://your-minio-server"
export CONSOLE_PBKDF_PASSPHRASE="your-secure-passphrase"
export CONSOLE_PBKDF_SALT="your-secure-salt"
./console server

The console will be available at http://localhost:9090.

Features

  • Complete bucket and object management
  • Rich object browser with advanced upload capabilities
  • Comprehensive user and policy management
  • Monitoring and metrics dashboard
  • Notification and event management
  • Full server configuration interface

Learn More

GitHub: https://github.com/opens3/console

Tag summary

Content type

Image

Digest

sha256:5cd26c5c3

Size

25.3 MB

Last updated

7 months ago

docker pull opens3/console