GitDeployHub

anonfedora/lance

github.com/anonfedora/lance ↗
Rust
11 environment variables found in backend/.env.example

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

  • DATABASE_URL secret
  • OPENCLAW_API_KEY secret
  • OPENCLAW_BASE_URL
  • STELLAR_RPC_URL
  • STELLAR_NETWORK_PASSPHRASE
  • JUDGE_AUTHORITY_SECRET secret
  • ESCROW_CONTRACT_ID
  • REPUTATION_CONTRACT_ID
  • JOB_REGISTRY_CONTRACT_ID
  • PORT
  • RUST_LOG
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/anonfedora/lance
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anonfedora/lance
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anonfedora/lance
← Try another repo