/backup-worker

Cloudflare worker for allowing files to be downloaded from a private bucket

Primary LanguageTypeScriptMIT LicenseMIT

📦 B2 Backup Worker

Cloudflare worker for allowing files to be downloaded from a private Backblaze bucket.

🔋 Getting Started

Setup B2 Application Key Id as a secret

wrangler secret put B2_APP_KEY_ID

Configure wrangler.toml values

You can use the command below (Linux) to generate a random string for the JWT Secret and API Key

openssl rand -base64 64