Skip to content

AppJail-makejails/minio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinIO

MinIO is a High-Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with the Amazon S3 cloud storage service. It is capable of working with unstructured data such as photos, videos, log files, backups, and container images with the maximum supported object size being 50TB.

wikipedia.org/wiki/MinIO

How to use this Makejail

mkdir -p .volumes/minio-data
appjail makejail \
    -j minio \
    -f gh+AppJail-makejails/minio \
    -o virtualnet=":<random> default" \
    -o nat \
    -o expose=9000 \
    -o expose=9001 \
    -o fstab="$PWD/.volumes/minio-data minio-data <volumefs>"
appjail start \
    -V MINIO_ROOT_USER="AKIAIOSFODNN7EXAMPLE" \
    -V MINIO_ROOT_PASSWORD="wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" \
    minio

Arguments (stage: build):

  • minio_tag (default: 13.4): See #tags.

Check current status

The custom stage minio_status can be used to run top(1) to check the status of Flatnotes.

appjail run -s minio_status minio

Log

To view the log generated by the web application, run the custom stage minio_log.

appjail run -s minio_log minio

Environment (stage: start)

  • MINIO_ARGS (optional): MinIO arguments.

Volumes

Name Owner Group Perm Type Mountpoint
minio-data 473 473 - - /var/db/minio

Tags

Tag Arch Version Type
13.4 amd64 13.4-RELEASE thin
14.1 amd64 14.1-RELEASE thin

About

Amazon S3 compatible object storage server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages