mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
Can I use paths instead of subdomains? #76
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).
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