[GH-ISSUE #122] traefik behind pangolin #3239

Closed
opened 2026-04-20 07:09:32 -05:00 by GiteaMirror · 5 comments
Owner

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

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
Author
Owner

@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.

<!-- gh-comment-id:2627686743 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:2628290684 --> @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.
Author
Owner

@oschwartz10612 commented on GitHub (Jan 31, 2025):

Resolved by a9477d7eb9

<!-- gh-comment-id:2628326739 --> @oschwartz10612 commented on GitHub (Jan 31, 2025): Resolved by a9477d7eb93e8d87e1dd0dd5c9026de06e8f90eb
Author
Owner

@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.

<!-- gh-comment-id:2628822753 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:2628997249 --> @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#3239