Skip to content
This repository has been archived by the owner on Oct 29, 2018. It is now read-only.

bencevans/backburn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backburn

Backblaze B2 Proxy

exec

$ B2_ID=1234567890 \
  B2_KEY=qwertyuiopasdfghjklzxcvbnm1234567890 \
  B2_BUCKET=bucket-name \
  PORT=3000 \
  backburn

docker

$ docker run \
  -e B2_ID=1234567890 \
  -e B2_KEY=qwertyuiopasdfghjklzxcvbnm1234567890 \
  -e B2_BUCKET=bucket-name \
  -e PORT=3000 \
  -p 3000:3000 \
  bencevans/backburn

About

🔥 Backblaze B2 HTTP Proxy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published