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

Latest commit

 

History

History
34 lines (23 loc) · 741 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 741 Bytes

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