.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
REDIS_URL
secret
SIMPLEHASH_API_KEY
secret
NEYNAR_API_KEY
secret
DATABASE_URL
secret
for storing signer
TWITTER_API_KEY
secret
for posting to twitter
TWITTER_API_SECRET
secret
TWITTER_ACCESS_TOKEN
secret
TWITTER_ACCESS_TOKEN_SECRET
secret
NEXT_PUBLIC_API_URL
UPLOAD_API_KEY
secret
for nsfw checks
brew install flyctl && fly launch --from https://github.com/androolloyd/anoncast
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/androolloyd/anoncast
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/androolloyd/anoncast