an atproto based link aggregator

Fix: bind to 0.0.0.0 for Fly.io proxy

SvelteKit adapter-node needs HOST=0.0.0.0 to accept connections
from Fly's proxy.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+1
+1
fly.toml
··· 12 12 CONTENT_DB_PATH = '/litefs/content.db' 13 13 LOCAL_DB_PATH = '/data/local.db' 14 14 NODE_ENV = 'production' 15 + HOST = '0.0.0.0' 15 16 16 17 # Single volume for both LiteFS data and local DB 17 18 [[mounts]]