Skip to content

Tunnels

Setup

Cloudflare provides a excellent way to do port forwarding (similar to Tailscale) and I use it to share the applications with their daemon cloudflared

Steps are outlined below.

  • Install cloudflard
brew install cloudflared
  • Setup a token in Cloudflare dashboard
cloudflared service install <token>
  • Run the application locally and do port-forwarding with cloudflared
cloudflared tunnel --url http://127.0.0.1:8000