Currently, the allowed origins are hardcoded around src/access.zig#L5.
Because of this, if I expose the Hub Web UI to my local Tailscale network using a custom service URL, the request is denied due to an origin mismatch.
Could we make the origins configurable to support custom domains and external hosts?
Currently, the allowed origins are hardcoded around
src/access.zig#L5.Because of this, if I expose the Hub Web UI to my local Tailscale network using a custom service URL, the request is denied due to an origin mismatch.
Could we make the origins configurable to support custom domains and external hosts?