diff --git a/README.md b/README.md index 81c030d..e56bad0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Headscale-UI A web frontend for the [headscale](https://github.com/juanfont/headscale) Tailscale-compatible coordination server. +![](documentation/assets/headscale-ui-demo.gif) + ## 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. 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. diff --git a/documentation/assets/headscale-ui-demo.gif b/documentation/assets/headscale-ui-demo.gif new file mode 100644 index 0000000..2892379 Binary files /dev/null and b/documentation/assets/headscale-ui-demo.gif differ