Reverse proxy in nodejs? How about no?
Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
91–100 of 132 posts
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#92Would Pangolin "integrate naturally" with something like Dokploy? Or is more meant to "replace" it? Could you make a Dokploy template to let people deploy it easily?
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#93How does this compare to other OSS like zrok?
We are working on some "client" based solutions as well similar maybe to what Zrok is doing which we may release in Beta in the next couple of weeks!
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#94genuine, security newbie, question. What's the worst case scenario that can happen on using this type of solution from a security standpoint? I do get it the authentication would be compromised. Probably some internal ports would be exposed publicly too.. what else?
We are always looking for security experts to review the code and to pen test the application. Please hammer it and let us know at security@fossorial.io if there are any issues!
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#95Also interested in knowing whether a professional security audit was done and if there is a public security pentesting program. This is especially important given the blast radius of an authentication service.
As the project grows and we have more resources to spend we will try to work with some professional service to take a look for sure.
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#96Hello Eveyone, this is the other maintainer here. Just wanted to add some more detail about the other components of this system: Pangolin uses Traefik under the hood to do the actual HTTP proxying. A plugin, Badger, provides a way to authenticate every request with Pangolin. A second service, Gerbil, provides a WireGuard management server that Pangolin can use to create peers for connectivity. And finally, there is N…
https://github.com/traefik/traefik/releases/expanded_assets/...
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#97There are dozens of open source alternatives to Cloudflare Tunnels: https://github.com/anderspitman/awesome-tunneling That being said, I believe Pangolin is one of the better and polished ones.
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#98Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#99This is super exciting! The “Cloudflare Tunnel” lock-in has always bugged me, so seeing an open source option is genuinely refreshing. I’m especially curious how Pangolin handles the gritty stuff—flaky networks, authentication headaches, scaling up when things get real. If anyone’s kicked the tires on this in the wild, how does it compare to the “it just works” magic of Cloudflare? Bonus points if you’ve wrangled it…
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#100Earlier quoted context omitted.
Would love to understand it better too. It looks like the use cases are similar but the tech is different. NetBird is an alternative to Tailscale that uses Wireguard under the hood while these seem to use Traefik under the hood. I am personally a user of NetBird and love it. The design of the UI is very similar though :)
Pangolin is "public ingress to private networks" and not a mesh VPN/network builder. As you say I think NetBird is an alternative to Tailscale and we are an alternative to Cloudflare tunnels, Ngrok, or Zscaler. It is more about exposing things publicly with authentication in the browser for people to access than about building a network for disparate devices to communicate.
But definitely it is not a vpn or mesh network it seems.