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

FR: Allow Device name and Web UI to be different #1128

Open
hakan42 opened this issue Mar 13, 2024 · 0 comments
Open

FR: Allow Device name and Web UI to be different #1128

hakan42 opened this issue Mar 13, 2024 · 0 comments

Comments

@hakan42
Copy link

hakan42 commented Mar 13, 2024

I am using Tailscale as my VPN solution. I can expose the Web UI of Tasmoadmin and access this via Tailscale, but if I want to work with the specific devices (e.g. one of the switches) , the machine name is being used to generate the Web UI.

I cannot set the device name to the tailscale name either because Tasmota itself has no way of running the tailscale client on a simple switch or LED controller.

What should we implement

Add another field to devices.csv, e.g. instead of:

3,"A1T MetarMap",a1t-metarmap-5791.mydomain,foo,,bulb_1,3

have an additional field:

3,"A1T MetarMap",a1t-metarmap-5791.mydomain,a1t-metarmap-5791.mytailscale-domain,foo,,bulb_1,3

The first name would be used for TasmoAdmin to talk to the device (as it is now), and the second one to generate the "Web UI" link.

FTR - this seems not to be the same issue as #257

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant