diff --git a/scripts/03_generate_secrets.sh b/scripts/03_generate_secrets.sh index ecfd584..78379f5 100755 --- a/scripts/03_generate_secrets.sh +++ b/scripts/03_generate_secrets.sh @@ -285,7 +285,6 @@ echo "without exposing ports 80/443 on your server." echo "" echo "To set up:" echo "1. Create a tunnel at https://one.dash.cloudflare.com/" -echo "2. Configure hostname: *.${DOMAIN} → http://caddy:80" echo "3. Copy the tunnel token" echo "" diff --git a/scripts/06_final_report.sh b/scripts/06_final_report.sh index a8e69f3..f3a597c 100755 --- a/scripts/06_final_report.sh +++ b/scripts/06_final_report.sh @@ -278,7 +278,6 @@ if is_profile_active "cloudflare-tunnel" && [ -n "$CLOUDFLARE_TUNNEL_TOKEN" ]; t echo " └─ IPtables: sudo iptables -D INPUT -p tcp --dport 80 -j ACCEPT" echo "" echo " ⚠️ Only close ports AFTER confirming tunnel connectivity!" - echo " Test first: Visit https://${N8N_HOSTNAME} through Cloudflare" echo "" fi