mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 14:47:04 -05:00
[GH-ISSUE #122] traefik behind pangolin #3239
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JochenFroehlich on GitHub (Jan 31, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/122
Hi,
i've setup pangolin in version 1.0.0-beta.10.
It is working so far for all service which are not behind my local traefik instance.
i'm always getting the message "Bad Gateway" in the browser which is accessing the service.
I've tried some things on the local traefik installation but without any luck.
Is there something special to consider if I'm running traefik behind pangolin with newt?
Thanks in advance
@miloschwartz commented on GitHub (Jan 31, 2025):
Hey, how are you addressing the services running locally on a "Local" site? You would need to address the host directly and use the port of the service. One way to do this is by using the address
172.17.0.1.Also please send any relevant docker logs. Let me know if you still have issues.
@miloschwartz commented on GitHub (Jan 31, 2025):
We identified a bug causing resources on local sites to not get routed. A fix will be out soon in beta.11.
@oschwartz10612 commented on GitHub (Jan 31, 2025):
Resolved by
a9477d7eb9@JochenFroehlich commented on GitHub (Feb 1, 2025):
I've to reopen this issue. I installed the beta 11 and deleted the affected resource and recreated it. Same Issue. I've even tried to create the newt tunnel from a docker container as well as from a different VM running via CLI.
@oschwartz10612 commented on GitHub (Feb 1, 2025):
What are you trying to proxy using the "Local" site? Is it things on the VPS? Are you trying to address them with localhost?
If you have installed Pangolin in docker compose and have other apps on the same machine in other docker compose stacks you can not use localhost because localhost refers to stuff within the Gerbil container.
Just hitting some low hanging fruit here. Sorry if you already know this.