A decentralized music tracking and discovery platform built on AT Protocol 馃幍 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz
99
fork

Configure Feed

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

at 05e4c3a8ce4f0a2e791a5d7a7ab21dd9780be3d7 18 lines 367 B view raw
1SPOTIFY_CLIENT_ID= 2SPOTIFY_CLIENT_SECRET= 3 4SPOTIFY_ENCRYPTION_KEY= 5SPOTIFY_ENCRYPTION_IV= 6 7GOOGLE_CLIENT_ID= 8GOOGLE_CLIENT_SECRET= 9 10XATA_POSTGRES_URL="postgresql://postgres:mysecretpassword@localhost:5433/rocksky?sslmode=disable" 11 12JWT_SECRET= 13 14JETSTREAM_SERVER=wss://jetstream2.us-east.bsky.network 15 16SCROBBLER_ORIGIN_URL="http://localhost:7882" 17 18SOURCE_POSTGRES_URL=