mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:30:36 -05:00
[GH-ISSUE #2406] [BUG] Can't create private resources - empty site list #10924
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 @Ziomal12 on GitHub (Feb 4, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2406
Describe the Bug
Hello,
When I try to create private resource on my selfhosted Pangolin instance it asks for site but the site list is empty therefor I can't create it as it's required field. I can create public resources with no problem.
I'm trying to create private resource to expose client with Olm installed (Machine client) to connected User Device Client.
Environment
To Reproduce
Open private resources -> it asks for name and site -> site list is empty
Expected Behavior
Don't ask for site or present non-empty site list
@Lokowitz commented on GitHub (Feb 4, 2026):
Hi @Ziomal12
local sites don't support private resources. See docs.
You have to use newt for this.
@Ziomal12 commented on GitHub (Feb 4, 2026):
Hi @Lokowitz,
You're right, I'm not sure how I've missed that... Sorry for that.
Is there any other way (without using newt) to 'expose' this machine? Kind of an overlay network style? I feel like there's a technology to allow that without having to install Tailscale/NetBird for just that.
As for this issue I'm marking this as resolved
@oschwartz10612 commented on GitHub (Feb 5, 2026):
Not right now, no. This is not really meant to be a overlay network so
it is very one directional! :}