GitDeployHub

openpanel-dev/openpanel

github.com/openpanel-dev/openpanel ↗
Node.js API
12 environment variables found in .env.example

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

  • REDIS_URL secret
  • DATABASE_URL secret
  • DATABASE_URL_DIRECT secret
  • CLICKHOUSE_URL
  • ENCRYPTION_KEY secret Symmetric key used to encrypt TOTP secrets and other sensitive data at rest. Generate with: openssl rand -hex 32
  • BATCH_SIZE
  • BATCH_INTERVAL
  • CONCURRENCY
  • NEXT_PUBLIC_DASHBOARD_URL
  • NEXT_PUBLIC_API_URL
  • WORKER_PORT
  • API_PORT
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/openpanel-dev/openpanel
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/openpanel-dev/openpanel
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/openpanel-dev/openpanel
Or deploy to a different host
← Try another repo