mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 09:21:15 -05:00
[GH-ISSUE #1164] Custom Path for the Same Domain #6585
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 @afunworm on GitHub (Jul 29, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1164
Hello.
I'm trying to use Pangolin in front of Appwrite. As you can see in their Docker compose file:
/, use the container appwrite:80./console, use the container appwrite-console:80./v1/realtime, use appwrite-realtime:80How do I achieve this in Pangolin?
@bcrooker commented on GitHub (Jul 30, 2025):
I don't think you can currently, but this would be a great feature - it is the biggest gap for me between pangolin vs cloudflare tunnels.
@afunworm commented on GitHub (Jul 30, 2025):
Is there any way for us to push this to the roadmap? Quiet a couple of my apps require this kind of setup or it just doesn't work.
@ryanehamil commented on GitHub (Jul 31, 2025):
This probably gets into some intricacies of traefik handling. I ran into this as well when I was setting up headscale. I wanted a gui at the /admin page. In the end the simplest solution for me was a tiny NGINX alpine sidecar.
Point the resource to the NGINX and use a config file to direct "/" to one container and "/admin" to the other.
My files are a mess but I will try to share this workaround when I get back to a pc.
@ryanehamil commented on GitHub (Jul 31, 2025):
Sample of compose.yml that contains the two services that will run at the same domain
The conf file referenced above. The container names are headscale and headplane and it point to their respective listening ports.
@oschwartz10612 commented on GitHub (Jul 31, 2025):
Hi! Yes we want to do this soon and I actually will put it on the roadmap. I think this is a duplicate though so I am going to close this.
@gitizenss commented on GitHub (Aug 13, 2025):
@oschwartz10612 Been using pangolin for a while, its awesome. This would be the most important feature addition for me, by far.