A Tailscale-compatible orchestration server web front-end for headscale
Supported Headscale version: v0.23.0
Variable | Description | Example |
---|---|---|
VITE_APP_NAME | Project Name | Headscale WebUI |
VITE_DEFAULT_LANG | Default Language, enUS or zh_CN |
enUS |
Netlify is amazing, so if you're in need of somewhere to host your own version of this project, I highly recommend it.
services:
headscale-webui:
image: jmal/headscale-webui
restart: unless-stopped
ports:
- 4567:80
git clone https://github.com/jamebal/headscale-webui
cd headscale-webui
npm install
npm run dev