mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 14:23:08 +00:00
Removed a few incorrect comments
This commit is contained in:
@@ -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 ""
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user