GitDeployHub

anonfedora/cofiblocks

github.com/anonfedora/cofiblocks ↗
Node.js API
7 environment variables found in apps/web/.env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • DATABASE_URL secret
  • NEXTAUTH_URL
  • NODE_ENV
  • NEXT_PUBLIC_STARKNETKIT_PROJECT_ID
  • NEXTAUTH_SECRET secret
  • NEXT_PUBLIC_BASE_URL
  • NEXT_PUBLIC_SIGNER_ADDRESS
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/anonfedora/cofiblocks
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anonfedora/cofiblocks
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anonfedora/cofiblocks
Or deploy to a different host
← Try another repo