This repository has no description
0

Configure Feed

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

1# Supabase configuration 2SUPABASE_URL=your-supabase-url 3SUPABASE_SERVICE_ROLE_KEY=your-service-role-key 4 5# Bluesky Jetstream configuration 6JETSTREAM_URL=wss://jetstream2.us-west.bsky.network/subscribe 7FLUSHING_STATUS_NSID=im.flushing.right.now 8 9# Optional: Bluesky API configuration 10# Only needed if you want to authenticate with the Bluesky API 11# BLUESKY_API_USERNAME=your-bluesky-username 12# BLUESKY_API_PASSWORD=your-bluesky-password