mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-20 16:03:19 +00:00
Adding cloudflare tunnel mod
docker-compose.yml - Add the cloudflared service definition .env.example - Add CLOUDFLARE_TUNNEL_TOKEN variable with documentation scripts/03_generate_secrets.sh - Add tunnel token prompt with auto-enable logic scripts/04_wizard.sh - Add cloudflare-tunnel to service selection menu scripts/06_final_report.sh - Add security reminder when tunnel is enabled README.md - Add comprehensive documentation section
This commit is contained in:
@@ -266,6 +266,10 @@ IMGPROXY_ENABLE_WEBP_DETECTION=true
|
||||
# Add your OpenAI API key to enable SQL Editor Assistant
|
||||
OPENAI_API_KEY=
|
||||
|
||||
# ============================================
|
||||
# Cloudflare Tunnel Configuration (Optional)
|
||||
# ============================================
|
||||
CLOUDFLARE_TUNNEL_TOKEN=
|
||||
|
||||
############
|
||||
# Functions - Configuration for Functions
|
||||
|
||||
Reference in New Issue
Block a user