Skip to content

Instantly share code, notes, and snippets.

@johnmurch
Created February 4, 2026 01:26
Show Gist options
  • Select an option

  • Save johnmurch/d63aabdea2ea4104c1694bb6b32ea34d to your computer and use it in GitHub Desktop.

Select an option

Save johnmurch/d63aabdea2ea4104c1694bb6b32ea34d to your computer and use it in GitHub Desktop.
Server + Cloudflare Tunnels = Instant Hosted Server
cd /folder/you/want/to/host
python3 -m http.server 8080
cloudflared tunnel --url http://localhost:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment