GitDeployHub

alex-phillips/grabify-clone

github.com/alex-phillips/grabify-clone ↗
Node.js API
15 environment variables found in .env.example

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

  • PORT
  • BASE_URL
  • SQLITE_PATH
  • ADMIN_USERNAME
  • ADMIN_PASSWORD secret
  • SESSION_SECRET secret
  • REDIRECT_PAGE_THEME
  • PREFETCH_METADATA_ON_CREATE
  • TRUST_PROXY
  • GEO_LOOKUP_ENABLED
  • GEO_LOOKUP_MODE
  • GEOIP_CITY_DB_PATH
  • GEOIP_ASN_DB_PATH
  • GEO_LOOKUP_TIMEOUT_MS
  • METADATA_CACHE_MINUTES
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/alex-phillips/grabify-clone
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alex-phillips/grabify-clone
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alex-phillips/grabify-clone
Or deploy to a different host
← Try another repo