Sign inSign up

gmaniac/fgallery

By gmaniac

Updated about 8 years ago
Archived

shamelessly based on docwhats fgallery repo to add cmd line parms to fgallery for ansible automation

Image
0

1.9K

gmaniac/fgallery repository overview

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

Tag summary

Content type

Image

Digest

Size

67.1 MB

Last updated

about 8 years ago

docker pull gmaniac/fgallery