GitDeployHub

0xradioac7iv/whodis

github.com/0xradioac7iv/whodis ↗
Go
20 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)

  • ENV Server
  • PORT
  • ACCESS_LOG_ENABLED
  • CORS_ALLOWED_ORIGINS
  • DATABASE_URL secret Databases
  • REDIS_URL secret
  • OTP_LENGTH
  • OTP_EXPIRY
  • SMTP_HOST Email Config
  • SMTP_PORT
  • SMTP_FROM
  • SMTP_USER
  • SMTP_PASS
  • EMAIL_CONFIRMATION_REQUIRED
  • JWT_SECRET secret Token
  • JWT_EXPIRY secret
  • ADMIN_USER Admin
  • ADMIN_PASSWORD secret
  • SITE_URL Magic Link
  • MAGIC_LINK_EXPIRY
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/0xradioac7iv/whodis
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/0xradioac7iv/whodis
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/0xradioac7iv/whodis
Or deploy to a different host
← Try another repo