Skip to content

Instantly share code, notes, and snippets.

@saadnvd1
Created November 4, 2025 05:00
Show Gist options
  • Select an option

  • Save saadnvd1/0789ab77b25d7cf547d783c110fd2795 to your computer and use it in GitHub Desktop.

Select an option

Save saadnvd1/0789ab77b25d7cf547d783c110fd2795 to your computer and use it in GitHub Desktop.
🎬 Full Snippet → https://www.lumifyhub.io/shared/a008bc64-5fff-4c32-bf0e-fa8d19a3a82a
# install cloudflared
brew install cloudflared
# login
cloudflared login
# create tunnel
cloudflared tunnel create n8n
# create dns record
cloudflared tunnel route dns n8n n8n.<your_domain_name>.com
# start tunnel
cloudflared tunnel run --url http://localhost:5678 n8n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment