GitDeployHub

abi/vellum-assistant

github.com/abi/vellum-assistant ↗
Unknown stack
4 environment variables found in .env.example

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

  • SENTRY_DSN_MACOS Sentry (crash reporting) Omit or leave empty to disable Sentry in local builds.
  • SENTRY_DSN_ASSISTANT
  • DOCTOR_SERVICE_URL Doctor service Omit to disable the doctor command.
  • PROXY_ALLOWED_HOSTS Network proxy Comma-separated host patterns allowed through the proxy. localhost is always allowed.
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/abi/vellum-assistant
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/abi/vellum-assistant
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/abi/vellum-assistant
Or deploy to a different host
← Try another repo