Created
November 4, 2025 05:00
-
-
Save saadnvd1/0789ab77b25d7cf547d783c110fd2795 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 🎬 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