Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
121–130 of 132 posts
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#122Would 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?
From the little I understand about it I think you may be able to deploy Pangolin on it. Would need to do some research. But you could also use Pangolin to provide access to a self hosted Dokploy application I think.
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#123Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#124Earlier quoted context omitted.
Would be nice if there were a mini-tutorial in the doc for each of the use-cases you mention here, so we could quickly test it and see if it helps
Coming soon! We are going to do a docs revamp!
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#125Earlier quoted context omitted.
I don't want to defend plex too hard, but I was super confused by what you were talking about: > But suddenly one day your free mobile viewer app updates and requires payment to stream your own mp4 files I have a plex server that a dozen of my friends and family use and none of them have to pay a cent to access it. Then after thinking about it a bit longer, I remembered that plex was making some kind of distinction a…
I haven't found this to be the case. I use the free plex server on Windows and MacOS, and connect to my home boxes from my phone. Prior to April 2025, I could stream on my phone from my Plex servers anytime. Since the last update, attempting to stream from any device that's not on the same LAN as the server pops up a window asking you to subscribe if you want to stream "remotely". This is even in cases where nothing…
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#126Earlier quoted context omitted.
Tailscale (and headscale) is great for internal access to something that night not have public internet access. Others have mentioned an example of keeping a NAS off the public internet. Cloudflare tunnels help expose a service to the internet with a bit more protection. I have seen folks use both tailscale to access the backend and the public side is only Cloudflare tunnels. It’s not unreasonable to point Cloudflare…
I'm using caprover on a Linux VM with tailscale and cloudflare. Works great, it does require some tinkering because caprover doesn't like not being in control of SSL, and the nginx configs need to be manually edited per app if you want to set up headers for cloudflare real ip and stuff.
I like being able to choose if I don’t want to maintain or think about it again, then going one direction.
If it’s something I will be tinkering with, a different direction is better.
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#127Does this work well behind Docker Swarm or is it not designed for that?
Yes I think so. I know it works quiet well in compose but as you scale to swarm I am not sure if there would be pains. You can just pop the connector into your compose stack and it will connect to anything in the docker network which we personally do to host some of our basic infrastructure.
Looks like it depends on bridge networking according the sample docker-compose.yml in the docs. Unfortunately, Docker Swarm eschews bridging, but I'm going to poke at it anyway and see if I can get it to work
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#128Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#129Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#130This 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…