You will need a reverse proxy to installheadscale-uion your domain. Here is an exampleCaddy Configto achieve this: https://hs.yourdomain.com.au { reverse_proxy /web* http://headscale-ui:8080 reverse_proxy * http://headscale:8080 } ...
If you do not want to configure headscale-ui on the same subdomain as headscale, you must intercept headscale traffic via your reverse proxy to fix CORS (seejuanfont/headscale#623). Here is an example fix with Caddy, replacing your headscale UI domain withhs-ui.yourdomain.com.au: ...
You will need a reverse proxy to install`headscale-ui`on your domain. Here is an example[Caddy Config](https://caddyserver.com/)to achieve this: ``` https://hs.yourdomain.com.au { reverse_proxy /web* https://headscale-ui {