Toastie 6a5f2c9020 prepared for use with reverse-proxy 1 年間 前
..
data c061235049 initial 4 年 前
.env.template 9d4b1e6c8e Update 'minio/.env.template' 1 年間 前
.gitignore 2363a0727c included docker-compose.override.yml 1 年間 前
HTTPS.md 0c272cab57 added script for getting tls certs 4 年 前
README.md cae56e7f3e updated scope for advanced setup 1 年間 前
docker-compose.override.yml 6a5f2c9020 prepared for use with reverse-proxy 1 年間 前
docker-compose.yml dbe73f99ff added comment for port mapping 1 年間 前

README.md

MinIO

MinIO, an Amazon S3 compatible object storage server.

Scope

Scope of the basic setup is to run minio

  • as unprivileged user
  • with a directoy mounted for data
  • with the container port 9000 (s3) mapped to a host port

Scope of the advance setup is to run minio

  • web ui (console, port 9001) with basic auth behind a reverse-proxy (port 443) with letsencrypt
  • s3 (port 9000) with the tls cert from above and restricted to certain source IPs

Configuration

Basic Configuration

  1. Prepare your .env file: cp .env.template .env
  2. Generate and add your admin keys in .env
  3. Create a home and data directory owned by 1000:1000
  4. Define your port mapping

Advanced Configuration

Preconditions:

Steps

  • set $HOSTNAME in .env
  • set $CERT_PATH in .env
  • Setup FW