.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
JWT_SECRET_KEY
secret
Security Configuration
ADMIN_PASSWORD
secret
ADMIN_TOKEN
secret
API Configuration
WORKFLOW_DB_PATH
Database Configuration (optional)
HOST
Server Configuration (optional)
PORT
ALLOWED_ORIGINS
CORS Origins (optional, comma-separated)
RATE_LIMIT_REQUESTS
Rate Limiting (optional)
RATE_LIMIT_WINDOW
brew install flyctl && fly launch --from https://github.com/Zie619/n8n-workflows
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/Zie619/n8n-workflows
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/Zie619/n8n-workflows