I'm wanting to run the Kasm docker behind tailscale. The problem I'm running into is kasm only exposes https, not http. I can't figure out how to configure tailscale serve using the unraid docker settings to set the target protocol to "https+insecure://".
In other words, it seems the serve command being generated is:
tailscale serve http://kasm:6333
but I need it to generate:
tailscale serve https+insecure://kasm:6333