You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,24 @@ It is recommended to use an ephemeral key.
58
58
59
59
We also support [headscale](https://headscale.net/stable/), a selfhosted open source implementation of the Tailscale control server.
60
60
61
-
to log in to your headscale network add `#controlUrl=<your-control-url>` to the webVM url.
61
+
Though as headscale unfortunately doesn't support adding CORS headers. You will have to set up a proxy server to add them. Headscales instructions on doing so can be found [here](https://headscale.net/stable/ref/integration/reverse-proxy/#nginx).
62
+
63
+
Once ready, add the following line to your `location /` block in your nginx config file.
0 commit comments