an app to share curated trails sidetrail.app
atproto nextjs react rsc
50
fork

Configure Feed

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

at main 10 lines 298 B view raw
1# Database 2DATABASE_URL="postgresql://localhost:5432/sidetrail" 3 4# Redis 5REDIS_URL="redis://localhost:6379" 6 7# OAuth (required in production, optional locally) 8# PUBLIC_URL="https://your-app.up.railway.app" 9# PRIVATE_KEY_ES256='{"kty":"EC","crv":"P-256",...}' 10# COOKIE_SECRET="your-32-char-secret"