GitDeployHub

hacksider/clamav-rest-api

github.com/hacksider/clamav-rest-api ↗
Node.js API
9 environment variables found in .env.example

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

  • NODE_ENV
  • APP_PORT
  • APP_FORM_KEY secret
  • APP_MORGAN_LOG_FORMAT
  • APP_MAX_FILE_SIZE
  • APP_MAX_FILES_NUMBER
  • CLAMD_IP
  • CLAMD_PORT
  • CLAMD_TIMEOUT
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/hacksider/clamav-rest-api
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/hacksider/clamav-rest-api
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/hacksider/clamav-rest-api
Or deploy to a different host
← Try another repo