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