GitDeployHub

androolloyd/anoncast

github.com/androolloyd/anoncast ↗
Node.js API
10 environment variables found in .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
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/androolloyd/anoncast
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/androolloyd/anoncast
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/androolloyd/anoncast
Or deploy to a different host
← Try another repo