storage icon indicating copy to clipboard operation
storage copied to clipboard

@vercel/blob Docker image for local development

Open artola opened this issue 1 year ago • 2 comments

I am evaluating @vercel/blob and would like to set it up locally on Docker, similar to other storage packages such as PostgreSQL and KV where I managed to set up. Generally, this setup process is quite cumbersome; perhaps Vercel should document it to facilitate adoption. Any help would be appreciated.

artola avatar May 27 '24 18:05 artola

https://github.com/634750802/vercel-blob-server used by myself, not tested

634750802 avatar Jun 18 '24 05:06 634750802

https://github.com/634750802/vercel-blob-server used by myself, not tested

Hey, this looks cool but I'm having some trouble setting it up. I don't normally have an API_URL environment variable, and just rely on the token to manage the connection. I don't seem to see any documentation from Vercel about using a URL env. Would I manually place the URL env variable in the put pathname?

Also, does this support using upload?

CarterRoll avatar Sep 04 '25 17:09 CarterRoll