GitDeployHub

Zie619/n8n-workflows

github.com/Zie619/n8n-workflows ↗
Python
9 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/Zie619/n8n-workflows
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/Zie619/n8n-workflows
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/Zie619/n8n-workflows
Or deploy to a different host
← Try another repo