This Blossom server is developed for Zapstore to host applications executable and other relates blobs. It also supports whitelisting mechanism to only let developers to upload blobs.
You have to set environment variables defined in the example file on a .env
file with no prefixes in the same directory with executable. Then you can build the project using:
go build .
make build
will do the same for you.
The you can run the blossom server using:
./blossom-server