I am trying to get rid of Cloudflare. The last piece of the challenge is an alternative to Cloudflare tunnel. I’ve found and installed Pangolin, but I am getting stuck in the “Site configuration” part. Maybe it’s an issue with the Pangolin’s recommendation (based on a secondary traefik) which is getting in the way of my “main” traefik deployment.
I might put some more effort to get this going, but if anyone is already using or has used it before and can share some experiences, I’d be curious to hear them.


Pangolin’s default docker-compose ships its own Traefik container, and that’s almost always what’s actually fighting your existing one, not a config typo on your end. Two ways out of it that I’ve seen work:
First option is cleaner if your main traefik is already handling other services and you don’t want two separate ACME/cert setups running side by side.
Hum, I guess that’s exactly what’s going on. I need to check the docs again. Thanks for the tip!