Skip to content

delaplj/thumbsup

 
 

Repository files navigation

Thumbsup Photo Gallery

This project uses thumbsup to generate static photo galleries.

Quick Start

1. Run the Container

Start the thumbsup container with your photos directory mounted:

docker run -v /Users/jd/aix-en-foulees:/work ghcr.io/thumbsup/thumbsup tail -f /dev/null

2. Generate Gallery

From within the container terminal, run the processing command:

thumbsup --input "Photos 2025/" \
         --output aix-en-foulees-2025 \
         --title "Aix en Foulées 2025" \
         --theme-path theme-cards-aap

Parameters

  • --input: Source directory containing photos
  • --output: Output directory for the generated gallery
  • --title: Gallery title displayed on the website
  • --theme-path: Custom theme directory

Notes

  • Make sure your photos directory is properly mounted as a volume
  • The container runs in interactive mode to allow command execution
  • Generated galleries are static HTML that can be served by any web server

About

Generate static HTML photo / video galleries

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.1%
  • Handlebars 1.3%
  • Other 0.6%