This project uses thumbsup to generate static photo galleries.
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/nullFrom 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--input: Source directory containing photos--output: Output directory for the generated gallery--title: Gallery title displayed on the website--theme-path: Custom theme directory
- 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