mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[GH-ISSUE #265] Pangolin Doesn't Work with Subdomains as Base Domain #10128
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 @KamilKleina on GitHub (Mar 3, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/265
Pangolin does not function when a subdomain is set as the base domain. I do not want to use domain.com as the base because it is already in use across multiple different servers. Instead, I need to set host-01.remote-location-01.domain.com as the base domain and have services like pangolin.host-01.remote-location-01.domain.com work normally.
Expected Behavior
Actual Behavior
Steps to Reproduce
@miloschwartz commented on GitHub (Mar 3, 2025):
Hey, this should work; we use a subdomain as as a base domain internally, and I think some of our users in Discord do as well. However, it's possible it's still buggy. Can you provide some more info as to what happens when you attempt this and why it's failing? Are there are errors or anything in the logs that could provide us a hint?
@KamilKleina commented on GitHub (Mar 3, 2025):
@miloschwartz
so my config looks like it after running installer.sh (removed section about user and smtp)
and error is like that after running
docker logs pangolin@miloschwartz commented on GitHub (Mar 3, 2025):
Okay, thanks. This helps narrow down the issue.
I think this is a parsing issue in the config. I think it's also an easy fix that I will try to include in the next release for you. Hope to have that out tomorrow.
@KamilKleina commented on GitHub (Mar 3, 2025):
That would be really awesome sir.