A simple web server that displays images from a directory in a minimalistic grid with fullscreen viewing capabilities.
Run with Docker (using the current directory for images):
docker run -p 8080:8080 -v $(pwd):/app/pictures xanderstrike/galleryThen open http://localhost:8080 in your browser.