Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

A simple image gallery container, used for demo purposes

Notifications You must be signed in to change notification settings

gmanic/docker-image-gallery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Image Gallery

A simple way photo gallery container using fgallery.

For usage with ansible, you can add the environment variable opts with the command line parameter you desire, e.g.

[...]
env:
  GALLERY_TITLE: My kitten pics
  opts: -d
[...]

to disable a zip-file with all images.

Usage

At its core, this uses the nginx container.

Images to put in the gallery should be in the /images directory.

docker run \
  --rm \
  -v ~/Downloads/kittens:/images:ro \
  -p 80:80 \
  -e "GALLERY_TITLE=My Photos" \
  gmaniac/image-gallery

Repo is archived - no further development on this

About

A simple image gallery container, used for demo purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 51.5%
  • HTML 30.2%
  • Shell 18.3%