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…
Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
31–40 of 132 posts
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#32Btw I like your short and clear CLA! Did you check the wording of the cla with a lawyer? In my project I wanted to replace the perpetual license granted by contributors by 'a license granted as long as the software is also proposed under the agpl', but that might make it too complicated to still keep it succinct and legally clear.
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#33Could you make a Dokploy template to let people deploy it easily?
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#34Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#35Sorry if this is a noobish question, but would this allow me to access services on a VPS, that I do not want publicly accessible on the internet? In other words: Let's say I have a VPS with eg. Keycloak running on it. I want to be able to access it for management purposes but don't want it exposed to other people on the internet. Would Pangolin be a way for me to do this?
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#36Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#37Sorry if this is a noobish question, but would this allow me to access services on a VPS, that I do not want publicly accessible on the internet? In other words: Let's say I have a VPS with eg. Keycloak running on it. I want to be able to access it for management purposes but don't want it exposed to other people on the internet. Would Pangolin be a way for me to do this?
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#38Sorry if this is a noobish question, but would this allow me to access services on a VPS, that I do not want publicly accessible on the internet? In other words: Let's say I have a VPS with eg. Keycloak running on it. I want to be able to access it for management purposes but don't want it exposed to other people on the internet. Would Pangolin be a way for me to do this?
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#39This 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…
Re: Show HN: Pangolin – Open source alternative to Cloudflare Tunnels
#40Sorry if this is a noobish question, but would this allow me to access services on a VPS, that I do not want publicly accessible on the internet? In other words: Let's say I have a VPS with eg. Keycloak running on it. I want to be able to access it for management purposes but don't want it exposed to other people on the internet. Would Pangolin be a way for me to do this?
Did you already consider using ssh port forwarding? That way you can temporarily forward the local port that keycloak is running on to your machine