The L4 cache#
This is my own image cdn built on cloudflare r2 mainly so I can have fast optimized images on my blog.
Docs#
bun install
wrangler r2 bucket create l4-images
add the secrets
wrangler secret put SLACK_BOT_TOKEN
wrangler secret put SLACK_SIGNING_SECRET
wrangler secret put AUTH_TOKEN
bun run deploy
Development#
bun run dev
Create .dev.vars for local development:
SLACK_BOT_TOKEN=token
SLACK_SIGNING_SECRET=secret
AUTH_TOKEN=token
© 2025-present Kieran Klukas