thumbgen is a golang web-service for generating and uploading thumbnails of media files.
go run main.go
docker build -t thumbgen:v-local .
docker run -d -p 4499:4499 thumbgen:v-local
# note : check docker-compose.yaml and modify as required before running this
docker-compose up
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.