You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I know that tailscale funnel allow ports 443, 8443, and 10000, but as far as I can tell, this add-on only allows 1 port to be opened on the funnel at a time, while tailscale itself allows all 3.
My motivation for this is I want home assistant to be exposed on 443, while my Immich add-on to be exposed on 10000.
I managed to work around this by connecting to the tailscale container console and entering the following command:
/opt/tailscale funnel --bg --https=10000 10000
And as far as I can tell, the opened port persists restarts of the container.
But it would be great if this is a configurable option!
Expected behavior
The ability to configure multiple tailscale funnel ports
Actual behavior
Can only configure 1 funnel port
Proposed changes
This is a workaround container command to expose port 10000 on the funnel, while maintaining the current proxy
/opt/tailscale funnel --bg --https=10000 10000
The text was updated successfully, but these errors were encountered:
Problem/Motivation
So I know that tailscale funnel allow ports 443, 8443, and 10000, but as far as I can tell, this add-on only allows 1 port to be opened on the funnel at a time, while tailscale itself allows all 3.
My motivation for this is I want home assistant to be exposed on 443, while my Immich add-on to be exposed on 10000.
I managed to work around this by connecting to the tailscale container console and entering the following command:
And as far as I can tell, the opened port persists restarts of the container.
But it would be great if this is a configurable option!
Expected behavior
The ability to configure multiple tailscale funnel ports
Actual behavior
Can only configure 1 funnel port
Proposed changes
This is a workaround container command to expose port 10000 on the funnel, while maintaining the current proxy
The text was updated successfully, but these errors were encountered: