image cache on cloudflare r2
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 98.8%
Other 1.2%
6 1 0

Clone this repository

https://tangled.org/dunkirk.sh/l4 https://tangled.org/did:plc:krxbvxvis5skq7jj6eot23ul/l4
git@knot.dunkirk.sh:dunkirk.sh/l4 git@knot.dunkirk.sh:did:plc:krxbvxvis5skq7jj6eot23ul/l4

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

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