Skip to content

s-frick/previewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Previewer

Install go

Go install

Run it locally

go run src/main.go -src "path/to/images" -templates "path/to/templates"

Run with docker

docker run -v your/path/to/imagesrc:/app/src -v your/path/to/templates:/app/templates ghcr.io/s-frick/previewer:1.0.1