Skip to content

pank/docker-fgallery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

docker-fgallery

A Dockerfile for installing fgallery.

fgallery is a static image gallery generation script, it takes images from a directory and generates a static HTML page with the images displayed in a slideshow. It can be found at:

http://www.thregr.org/~wavexx/software/fgallery/

Usage

To use this image, just do:

docker build -t stavrosk/fgallery .
docker run -i -v <mountpath>:/fgallery/gallery/ -t stavrosk/fgallery

That will mount "mountpath" in the container and allow you to run fgallery on it. Just move the output directory to mountpath when done, and you'll have the resulting gallery ready to use.

Initially based on the image by skorokithakis.

I use it to create galleries via Gitlab Pages. Thus, I have tried to minimize the size (I welcome tips to make it smaller).

About

A Dockerfile for installing fgallery.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published