Skip to content

a golang web-service for generating and uploading thumbnails

License

Notifications You must be signed in to change notification settings

sanskarsharma/thumbgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thumbgen

Overview

thumbgen is a golang web-service for generating and uploading thumbnails of media files.

Usage

Running on local with go

go run main.go

Running via docker

docker build -t thumbgen:v-local .
docker run -d -p 4499:4499 thumbgen:v-local

Running via docker-compose

# note : check docker-compose.yaml and modify as required before running this
docker-compose up

Contributing

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.

About

a golang web-service for generating and uploading thumbnails

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published