Skip to content

Docker image that provides volumes to be shared with other containers of Daspanel system. It also provides an S3 compatible server using Minio.

License

Notifications You must be signed in to change notification settings

daspanel/minio-fileserver

Repository files navigation

Minio Fileserver

Docker image that provides volumes to be shared with other containers of Daspanel system. It also provides an S3 compatible server using Minio.

Environment variables

Variable Optional Example Value Purpose
DASPANEL_GUUID yes ksdf09832klsdfkjsdlk UUID used in Daspanel system to identify a unique instance of data. If you don't provide one Daspanel generate it using Getuuid API
DASPANEL_MASTER_PASSWORD yes SomeGood#%@Passwd123 Password to be used in the various Daspanel services. Automatically generated if you do not provide one.
DASPANEL_MASTER_EMAIL no [email protected] Email of the owner of Daspanel instance. It can be used for receiving notifications from the system. The Docker container will not run if it is not informed.

You can find the value of variables automatically generated by examining the container log after it starts. Or looking at the output of the console where you run your docker.

How to use

Get

docker pull daspanel/minio-fileserver:latest

Run

docker run -e [email protected] daspanel/minio-fileserver:latest

Features

  • Alpine Linux with S6 overlay
  • Minio S3 server.

Additional docs and credits

About

Docker image that provides volumes to be shared with other containers of Daspanel system. It also provides an S3 compatible server using Minio.

Resources

License

Stars

Watchers

Forks

Packages

No packages published