GitDeployHub

arturklajnerok/openpanel

github.com/arturklajnerok/openpanel ↗
Node.js API
18 environment variables found in .env.example

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

  • NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY secret
  • CLERK_SECRET_KEY secret
  • CLERK_SIGNING_SECRET secret
  • REDIS_URL secret
  • DATABASE_URL secret
  • DATABASE_URL_DIRECT secret
  • CLICKHOUSE_URL
  • BATCH_SIZE
  • BATCH_INTERVAL
  • CONCURRENCY
  • NEXT_PUBLIC_DASHBOARD_URL
  • NEXT_PUBLIC_API_URL
  • WORKER_PORT
  • API_PORT
  • NEXT_PUBLIC_CLERK_SIGN_IN_URL
  • NEXT_PUBLIC_CLERK_SIGN_UP_URL
  • NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL
  • NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/arturklajnerok/openpanel
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/arturklajnerok/openpanel
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/arturklajnerok/openpanel
Or deploy to a different host
← Try another repo