cdn.blueat.net is an alternative to the Bluesky CDN that's just as fast but powered by Cloudflare Workers with extra features. cdn.blueat.net
6
fork

Configure Feed

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

at main 21 lines 424 B view raw
1{ 2 "name": "cdn.blueat.net", 3 "version": "1.0.0", 4 "description": "", 5 "main": "worker.js", 6 "scripts": { 7 "dev": "wrangler dev", 8 "deploy": "wrangler deploy", 9 "publish": "wrangler publish" 10 }, 11 "repository": { 12 "type": "git", 13 "url": "git@tangled.org:danielmorrisey.com/cdn.blueat.net" 14 }, 15 "keywords": [], 16 "author": "", 17 "license": "ISC", 18 "devDependencies": { 19 "wrangler": "^4.76.0" 20 } 21}