.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
brew install flyctl && fly launch --from https://github.com/lapce/lapdev
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/lapce/lapdev
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/lapce/lapdev