January 18, 20233 yr Howdy.... I'm looking for an easy solution to what is likely an extremely niche issue. I've searched the forms but I'm not entirely certain what I should be searching for so please forgive me if I've missed something obvious. I'm utilizing a Tailscale Network, I realize this is outside of the norm so just give me the benefit of the doubt because the issue I'm facing has nothing to do with TailScale. A feature of Tailscale is that every device has a unique IPV4 address. My Unraid server is running a Tailscale docker image and I'm able to connect to it without issue. I also have my own domain name and have added my Unraid server's Tailscale ip address as an A record to my domain. ex: Unraid.example.com. This allows me to connect to mu Unraid server via a domain name, vs. typing in the IP address. This works a treat. E.G: https://unraid.example.com:someport The reason I use Tailscale and not the built in Wiregaurd VPN Server is because I also have a PIKVM connected to my Unraid server for remote management, and I want to ensure even if my Unraid server is non-responsive that I can connect to my PIKVM to remotely administer it "out of band". And I'd like to utilize one VPN client for everything, because I'm lazy. My issue is the following: When I navigate to the Unraid Docker page and click on the docker image icon and select 'Web UI' it tries to redirect me to the Local IP and port of the Unraid machine. In this case 192.168.4.XXX where as the Tailscale IPs are 100.XXX.XXX.XXX. My question is: Is there a way to override the base url for the "WebUI" docker image 'Web UI' links? Thanks Joe
January 31, 20233 yr Author ultimately because I'm a nerd... I wrote a safari extension to rewrite the links. I can share the source if you want to build it and use it locally.
January 31, 20233 yr I don't know if I am understanding your problem correctly but I do it like this: - Edit the docker container - Enable Advanced view - Replace the http://[IP]:[PORT:7878] with your ip http://123.456.789:[PORT:7878] It then redirects you to your tailscale IP. Or are you talking about replacing the [IP] template with an IP address? If that is the case: No idea, I do it manually. Edited January 31, 20233 yr by orhaN_utanG
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.