GitDeployHub

lapce/lapdev

github.com/lapce/lapdev ↗
Rust
6 environment variables found in .env.example

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

  • LAPDEV_DB_URL secret Required: PostgreSQL connection URL for the Lapdev database. Example: postgres://username:password@db-host:5432/lapdev
  • LAPDEV_BIND_ADDR Optional overrides with sensible defaults.
  • LAPDEV_HTTP_PORT
  • LAPDEV_SSH_PROXY_PORT
  • LAPDEV_SSH_PROXY_DISPLAY_PORT
  • LAPDEV_PREVIEW_URL_PROXY_PORT
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/lapce/lapdev
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/lapce/lapdev
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/lapce/lapdev
← Try another repo