Hello 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…
The official traefik v3.4.4 amd64 binary from Github is only 207MB. https://github.com/traefik/traefik/releases/expanded_assets/...
Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
101–110 of 132 posts
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#102Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#103Earlier quoted context omitted.
The official traefik v3.4.4 amd64 binary from Github is only 207MB. https://github.com/traefik/traefik/releases/expanded_assets/...
An entire docker image for HAProxy is only 41 MB... deb is 1.6 MB
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#104Earlier quoted context omitted.
The official traefik v3.4.4 amd64 binary from Github is only 207MB. https://github.com/traefik/traefik/releases/expanded_assets/...
An entire docker image for HAProxy is only 41 MB... deb is 1.6 MB
For example, max sizes for the largest and smallest TLS libraries I have tried
OpenSSL 9.0MB
WolfSSL 4.6MB
OpenSSL bloat is unfortunate
Does Traefik allow any TLS libraries other than OpenSSL
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#105While CF tunnels were nice and solved my ISP imposed issue with exposing ports via their crappy fiber gateway for couple of years. But I wanted more control. Specifically control over what I can expose without worrying about violating cloudflare’s TOS and ambiguity around media streaming. (Jellyfin/Emby).
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#106How does it compare to frp, one of the most popular Open Source Cloudflare Tunnel alternative? https://github.com/fatedier/frp
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#107This seems really interesting for managing a lot of remote dev boxes or something like that... so, kind of an uneducated question (from someone who isn't heavily involved in actual infrastructure)... I haven't used CF tunnels, and the extent of my proxying private services has pretty much been either reverse proxy tunnels over SSH, or Tailscale. Where pretty much any service I want to test privately is located on som…
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…