added cors warning

This commit is contained in:
Christopher Bisset 2022-07-27 18:35:10 +10:00
parent 0c5c0cbca6
commit bd83f13c99

View file

@ -2,7 +2,7 @@
A web frontend for the [headscale](https://github.com/juanfont/headscale) Tailscale-compatible coordination server.
## Installation
Headscale-UI is currently released as a static site: just take the release and host with your favorite web server. Headscale-UI expects to be served from the `/web` path to avoid overlap with headscale on the same domain.
Headscale-UI is currently released as a static site: just take the release and host with your favorite web server. Headscale-UI expects to be served from the `/web` path to avoid overlap with headscale on the same domain. Note that due to CORS (see https://github.com/juanfont/headscale/issues/623), headscale UI *must* be served on the same subdomain, or CORS headers injected via reverse proxy.
### Docker Installation
If you are using docker, you can install `headscale` alongside `headscale-ui`, like so: