Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Multiple funnel ports #431

Open
Foshkey opened this issue Dec 5, 2024 · 0 comments
Open

Feature Request - Multiple funnel ports #431

Foshkey opened this issue Dec 5, 2024 · 0 comments

Comments

@Foshkey
Copy link

Foshkey commented Dec 5, 2024

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:

/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant