cloudflared icon indicating copy to clipboard operation
cloudflared copied to clipboard

Serving local directories with cloudflared built-in fileserver

Open FlyingHavoc opened this issue 3 years ago • 0 comments

Would like to have similar functionality in cloudflared as currently ngrok provides: Serving local directories with cloudflared's built-in fileserver

This is how it's implemented in ngrok: ngrok can serve local file system directories by using its own built-in fileserver, no separate server needed! You can serve files using the file:// scheme when specifying the forwarding URL.

Share a folder on your computer with authentication ngrok http -auth="user:password" file:///Users/alan/share

Hope this could be also implemented with cloudflared in the future!

FlyingHavoc avatar Apr 04 '22 11:04 FlyingHavoc