GitDeployHub

cannoneyed/isometric-nyc

github.com/cannoneyed/isometric-nyc ↗
Python
19 environment variables found in .env.example

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

  • MAP_ID Map Id (which map to use from the generations dir)
  • MODAL_INFERENCE_URL Modal qwen image edit model inference url
  • GEMINI_API_KEY secret Gemini API Key
  • GOOGLE_MAPS_API_KEY secret Google Maps API Key Get one here: https://developers.google.com/maps/documentation/javascript/get-api-key
  • GOOGLE_TILES_API_KEY secret
  • VITE_GOOGLE_TILES_API_KEY secret
  • OXEN_API_TOKEN secret Oxen API credentials
  • OXEN_USER_NAME
  • OXEN_USER_EMAIL
  • OXEN_OMNI_MODEL_API_KEY secret Oxen Fine Tune API Keys (for fine-tuned model running via oxen API)
  • R2_ENDPOINT_URL Cloudflare R2 Deployment
  • R2_ACCESS_KEY_ID secret
  • R2_SECRET_ACCESS_KEY secret
  • R2_PUBLIC_URL
  • NYC_OPENDATA_APP_TOKEN secret (Optional) NYC OpenData App Token https://dev.socrata.com/foundry/data.cityofnewyork.us/5zhs-2jue
  • CITYDB_PORT (Optional) CityDB PostGRES db credentials
  • CITYDB_NAME
  • CITYDB_PASSWORD secret
  • CITYDB_USER
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/cannoneyed/isometric-nyc
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/cannoneyed/isometric-nyc
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/cannoneyed/isometric-nyc
Or deploy to a different host
← Try another repo