GitDeployHub

brave/accounts

github.com/brave/accounts ↗
Go
12 environment variables found in .env.example

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

  • DATABASE_URL secret
  • KEY_SERVICE_DATABASE_URL secret
  • AWS_ENDPOINT secret
  • AWS_ACCESS_KEY_ID secret
  • AWS_SECRET_ACCESS_KEY secret
  • AWS_DEFAULT_REGION secret
  • LOG_LEVEL
  • LOG_PRETTY
  • OPAQUE_SECRET_KEY secret
  • OPAQUE_PUBLIC_KEY secret
  • DEV_ENDPOINTS_ENABLED
  • ENVIRONMENT
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/brave/accounts
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/brave/accounts
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/brave/accounts
Or deploy to a different host
← Try another repo