gurucomputing / headscale-ui

A web frontend for the headscale Tailscale-compatible coordination server
BSD 3-Clause "New" or "Revised" License
1.59k stars 113 forks source link

Does a non-Docker version of this exist? #147

Closed bmullan closed 1 week ago

bmullan commented 2 weeks ago

Thought I'd ask as some organizations can't or won't use docker.

routerino commented 1 week ago

Yes, under releases there is a zip file containing the static web content. Just host it with your favorite web server (caddy, nginx, apache, iis if you're masochistic).

Note that you will need to reverse proxy onto the same subdomain as headscale because of CORS.