A feature-complete Web UI for Headscale
Go to file
2024-10-02 12:59:42 -04:00
.github/workflows
app fix(TALE-34): setting url.protocol does not work anymore 2024-10-02 12:59:42 -04:00
assets
docs docs: version the docker images 2024-09-25 16:26:19 -04:00
patches
public
test feat(TALE-30): add support for new DNS configs 2024-08-22 16:55:05 -04:00
.dockerignore
.env.example
.gitignore
CHANGELOG.md chore: v0.3.0 2024-09-25 16:32:58 -04:00
compose.yaml chore: use beta2 on the dev env 2024-08-24 10:19:07 -04:00
Dockerfile
eslint.config.js
LICENSE
package.json feat(TALE-5): implement k8s integration 2024-07-08 13:23:53 -04:00
pnpm-lock.yaml feat(TALE-5): implement k8s integration 2024-07-08 13:23:53 -04:00
postcss.config.js
README.md
tailwind.config.ts
tsconfig.json
vite.config.ts

Headplane

An advanced UI for juanfont/headscale

Preview

Headscale is a self-hosted version of the Tailscale control server, however, it currently lacks a first-party web UI. Headplane aims to solve this issue by providing a GUI that can deeply integrate with the Headscale server. It's able to replicate nearly all of the functions of the official Tailscale SaaS UI, including:

  • Machine/Node expiry, network routing, name, and owner management
  • Access Control List (ACL) and tagging configuration
  • Support for OpenID Connect (OIDC) as a login provider
  • DNS and safe Headscale configuration management

Deployment

For more configuration options, refer to the Configuration guide.

For fully-featured deployments, see the Advanced Deployment guide. This includes automatic management of ACLs, DNS settings, and Headscale configuration. This is the closest experience to the Tailscale UI that can be achieved with Headscale and Headplane. If you aren't sure which one to pick, we recommend this.

If your environment is not able to support the advanced deployment, you can still use the basic deployment. For basic deployments, see the Basic Deployment guide. It does not include automatic management of ACLs, DNS settings, or the Headscale configuration, instead requiring manual editing and reloading when making changes.

Contributing

If you would like to contribute, please install a relatively modern version of Node.js and PNPM. Clone this repository, run pnpm install, and then run pnpm dev to start the development server.

Copyright (c) 2024 Aarnav Tale