mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-17 07:04:36 -05:00
[GH-ISSUE #186] Can I use paths instead of subdomains? #10090
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 @HRNasr on GitHub (Feb 11, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/186
It is possible to change the access method via subdomain to path method in the project.
Instead of connecting to test.pangolin.com, we connect to pangolin.com/test for the server test (localhost:8080).
@miloschwartz commented on GitHub (Feb 11, 2025):
Not currently possible
@oschwartz10612 commented on GitHub (Feb 11, 2025):
To add to this: this can introduce added complexity siloing resources because cookies and local storage would be the same for multiple resources and I have experienced that causing issues.
We might tackle it in the future but right now it is not planned