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