Skip to content

A containerised web server that displays images in a minio bucket as a gallery

License

Notifications You must be signed in to change notification settings

XDynames/minio-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minio Gallery

A containerised web server that displays images in a minio bucket as a gallery:

drawing

Usage

Add your minio endpoint and access credentials to docker/compose.yml. Ensure the user has privileges to listObjects on the bucket you want to view. To start the web server run: docker compose --project-directory docker up -d By default the server is available at http://0.0.0.0:80 In order to view your images construct a url with the minio objects path after prefixing /images/. For example: http://0.0.0.0:80/images/bucket-name/path/to/my/photos/. This will add all the objects with a mimetype of images into img divs in a carousel.

To stop the web server run: docker compose --project-directory docker down

About

A containerised web server that displays images in a minio bucket as a gallery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published