High performance, secure edge proxy using cloudflare workers and backblaze B2. zero egress costs, 3ms-9ms TTFB, and AWS SigV4 security
- Install:
pnpm install - Setup:
pnpm run setupand add yourB2_APPLICATION_KEYto.dev.vars - Dev:
pnpm dlx wrangler dev(testing athttp://localhost:8787) - Deploy:
pnpm dlx wrangler deploy
- Project Structure: File tree and directory overview
- Architecture & flow: Deep dive to the request lifecycle and mermaid diagrams
- Changelog: Track the latest updates and v2.0 improvements
Based on the cloudflare-b2 implementation by backblaze
Licensed under MIT and Apache 2.0
Original implementation by Pat Patterson (@backblaze). Refactored, secured, and modernized by Nanoo Labs