Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

lith env.example: document Cloudflare cache-purge vars

Without CLOUDFLARE_PURGE_TOKEN + CLOUDFLARE_ZONE_ID set, lith/webhook.sh
silently skips the edge purge after deploy and stale responses can
persist for up to 4h (default static-asset TTL). Document both vars
in the example with a pointer to scoped-token creation so a fresh
lith setup doesn't ship with a broken purge path.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+15
+15
lith/.env.example
··· 5 5 CONTEXT=production 6 6 PORT=8888 7 7 DEPLOY_SECRET=replace-with-production-secret 8 + 9 + # Cloudflare cache auto-purge (read by lith/webhook.sh). 10 + # Without these set, deploys silently skip the edge purge and stale 11 + # responses can persist for up to 4h (the default static-asset TTL). 12 + # 13 + # CLOUDFLARE_PURGE_TOKEN: a SCOPED API token with Zone.Cache Purge 14 + # permission for aesthetic.computer. Create at 15 + # https://dash.cloudflare.com/profile/api-tokens — do NOT use the 16 + # Global API Key here. 17 + # CLOUDFLARE_ZONE_ID: zone ID for aesthetic.computer (use whichever 18 + # `dig +short NS aesthetic.computer` is on Cloudflare; same zone 19 + # covers papers.aesthetic.computer, give.aesthetic.computer, etc.) 20 + # 21 + # CLOUDFLARE_PURGE_TOKEN=... 22 + # CLOUDFLARE_ZONE_ID=...