Skip to content

Commit 89fa72e

Browse files
authored
docs: add repository star count and activity badges to web UI list
1 parent cbe3030 commit 89fa72e

2 files changed

Lines changed: 81 additions & 31 deletions

File tree

docs/ref/integration/tools.md

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,32 @@
77

88
This page collects third-party tools, client libraries, and scripts related to headscale.
99

10-
- [headscale-operator](https://github.com/infradohq/headscale-operator) - Headscale Kubernetes Operator
11-
- [tailscale-manager](https://github.com/singlestore-labs/tailscale-manager) - Dynamically manage Tailscale route
12-
advertisements
13-
- [headscalebacktosqlite](https://github.com/bigbozza/headscalebacktosqlite) - Migrate headscale from PostgreSQL back to
14-
SQLite
15-
- [headscale-pf](https://github.com/YouSysAdmin/headscale-pf) - Populates user groups based on user groups in Jumpcloud
16-
or Authentik
17-
- [headscale-client-go](https://github.com/hibare/headscale-client-go) - A Go client implementation for the Headscale
18-
HTTP API.
19-
- [headscale-zabbix](https://github.com/dblanque/headscale-zabbix) - A Zabbix Monitoring Template for the Headscale
20-
Service.
21-
- [tailscale-exporter](https://github.com/adinhodovic/tailscale-exporter) - A Prometheus exporter for Headscale that
22-
provides network-level metrics using the Headscale API.
10+
- [headscale-operator](https://github.com/infradohq/headscale-operator)
11+
- ![GitHub stars](https://img.shields.io/github/stars/infradohq/headscale-operator?style=flat)
12+
![GitHub last commit](https://img.shields.io/github/last-commit/infradohq/headscale-operator)
13+
- Headscale Kubernetes Operator
14+
- [tailscale-manager](https://github.com/singlestore-labs/tailscale-manager)
15+
- ![GitHub stars](https://img.shields.io/github/stars/singlestore-labs/tailscale-manager?style=flat)
16+
![GitHub last commit](https://img.shields.io/github/last-commit/singlestore-labs/tailscale-manager)
17+
- Dynamically manage Tailscale route advertisements
18+
- [headscalebacktosqlite](https://github.com/bigbozza/headscalebacktosqlite)
19+
- ![GitHub stars](https://img.shields.io/github/stars/bigbozza/headscalebacktosqlite?style=flat)
20+
![GitHub last commit](https://img.shields.io/github/last-commit/bigbozza/headscalebacktosqlite)
21+
- Migrate headscale from PostgreSQL back to SQLite
22+
- [headscale-pf](https://github.com/YouSysAdmin/headscale-pf)
23+
- ![GitHub stars](https://img.shields.io/github/stars/YouSysAdmin/headscale-pf?style=flat)
24+
![GitHub last commit](https://img.shields.io/github/last-commit/YouSysAdmin/headscale-pf)
25+
- Populates user groups based on user groups in Jumpcloud or Authentik
26+
- [headscale-client-go](https://github.com/hibare/headscale-client-go)
27+
- ![GitHub stars](https://img.shields.io/github/stars/hibare/headscale-client-go?style=flat)
28+
![GitHub last commit](https://img.shields.io/github/last-commit/hibare/headscale-client-go)
29+
- A Go client implementation for the Headscale HTTP API.
30+
- [headscale-zabbix](https://github.com/dblanque/headscale-zabbix)
31+
- ![GitHub stars](https://img.shields.io/github/stars/dblanque/headscale-zabbix?style=flat)
32+
![GitHub last commit](https://img.shields.io/github/last-commit/dblanque/headscale-zabbix)
33+
- A Zabbix Monitoring Template for the Headscale Service.
34+
- [tailscale-exporter](https://github.com/adinhodovic/tailscale-exporter)
35+
- ![GitHub stars](https://img.shields.io/github/stars/adinhodovic/tailscale-exporter?style=flat)
36+
![GitHub last commit](https://img.shields.io/github/last-commit/adinhodovic/tailscale-exporter)
37+
- A Prometheus exporter for Headscale that provides network-level metrics using
38+
the Headscale API.

docs/ref/integration/web-ui.md

Lines changed: 52 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,57 @@
77

88
Headscale doesn't provide a built-in web interface but users may pick one from the available options.
99

10-
- [headscale-ui](https://github.com/gurucomputing/headscale-ui) - A web frontend for the headscale Tailscale-compatible
11-
coordination server
12-
- [HeadscaleUi](https://github.com/simcu/headscale-ui) - A static headscale admin ui, no backend environment required
13-
- [Headplane](https://github.com/tale/headplane) - An advanced Tailscale inspired frontend for headscale
14-
- [headscale-admin](https://github.com/GoodiesHQ/headscale-admin) - Headscale-Admin is meant to be a simple, modern web
15-
interface for headscale
16-
- [ouroboros](https://github.com/yellowsink/ouroboros) - Ouroboros is designed for users to manage their own devices,
17-
rather than for admins
18-
- [unraid-headscale-admin](https://github.com/ich777/unraid-headscale-admin) - A simple headscale admin UI for Unraid,
19-
it offers Local (`docker exec`) and API Mode
20-
- [headscale-console](https://github.com/rickli-cloud/headscale-console) - WebAssembly-based client supporting SSH, VNC
21-
and RDP with optional self-service capabilities
22-
- [headscale-piying](https://github.com/wszgrcy/headscale-piying) - headscale web ui, support visual ACL configuration
23-
- [HeadControl](https://github.com/ahmadzip/HeadControl) - Minimal Headscale admin dashboard, built with Go and HTMX
24-
- [Headscale Manager](https://github.com/hkdone/headscalemanager) - Headscale UI for Android
25-
- [Headscale UI](https://github.com/MunMunMiao/headscale-ui) - Headscale UI online and Self-hosting
26-
- [Headscale Panel](https://github.com/headscale-panel/panel) - A modern Headscale management panel with a clean,
27-
network-operations-focused UI
10+
- [headscale-ui](https://github.com/gurucomputing/headscale-ui)
11+
- ![GitHub stars](https://img.shields.io/github/stars/gurucomputing/headscale-ui?style=flat)
12+
![GitHub last commit](https://img.shields.io/github/last-commit/gurucomputing/headscale-ui)
13+
- A web frontend for the headscale Tailscale-compatible coordination server
14+
- [HeadscaleUi](https://github.com/simcu/headscale-ui)
15+
- ![GitHub stars](https://img.shields.io/github/stars/simcu/headscale-ui?style=flat)
16+
![GitHub last commit](https://img.shields.io/github/last-commit/simcu/headscale-ui)
17+
- A static headscale admin ui, no backend environment required
18+
- [Headplane](https://github.com/tale/headplane)
19+
- ![GitHub stars](https://img.shields.io/github/stars/tale/headplane?style=flat)
20+
![GitHub last commit](https://img.shields.io/github/last-commit/tale/headplane)
21+
- An advanced Tailscale inspired frontend for headscale
22+
- [headscale-admin](https://github.com/GoodiesHQ/headscale-admin)
23+
- ![GitHub stars](https://img.shields.io/github/stars/GoodiesHQ/headscale-admin?style=flat)
24+
![GitHub last commit](https://img.shields.io/github/last-commit/GoodiesHQ/headscale-admin)
25+
- Headscale-Admin is meant to be a simple, modern web interface for headscale
26+
- [ouroboros](https://github.com/yellowsink/ouroboros)
27+
- ![GitHub stars](https://img.shields.io/github/stars/yellowsink/ouroboros?style=flat)
28+
![GitHub last commit](https://img.shields.io/github/last-commit/yellowsink/ouroboros)
29+
- Ouroboros is designed for users to manage their own devices, rather than for
30+
admins
31+
- [unraid-headscale-admin](https://github.com/ich777/unraid-headscale-admin)
32+
- ![GitHub stars](https://img.shields.io/github/stars/ich777/unraid-headscale-admin?style=flat)
33+
![GitHub last commit](https://img.shields.io/github/last-commit/ich777/unraid-headscale-admin)
34+
- A simple headscale admin UI for Unraid, it offers Local (`docker exec`) and
35+
API Mode
36+
- [headscale-console](https://github.com/rickli-cloud/headscale-console)
37+
- ![GitHub stars](https://img.shields.io/github/stars/rickli-cloud/headscale-console?style=flat)
38+
![GitHub last commit](https://img.shields.io/github/last-commit/rickli-cloud/headscale-console)
39+
- WebAssembly-based client supporting SSH, VNC and RDP with optional
40+
self-service capabilities
41+
- [headscale-piying](https://github.com/wszgrcy/headscale-piying)
42+
- ![GitHub stars](https://img.shields.io/github/stars/wszgrcy/headscale-piying?style=flat)
43+
![GitHub last commit](https://img.shields.io/github/last-commit/wszgrcy/headscale-piying)
44+
- headscale web ui, support visual ACL configuration
45+
- [HeadControl](https://github.com/ahmadzip/HeadControl)
46+
- ![GitHub stars](https://img.shields.io/github/stars/ahmadzip/HeadControl?style=flat)
47+
![GitHub last commit](https://img.shields.io/github/last-commit/ahmadzip/HeadControl)
48+
- Minimal Headscale admin dashboard, built with Go and HTMX
49+
- [Headscale Manager](https://github.com/hkdone/headscalemanager)
50+
- ![GitHub stars](https://img.shields.io/github/stars/hkdone/headscalemanager?style=flat)
51+
![GitHub last commit](https://img.shields.io/github/last-commit/hkdone/headscalemanager)
52+
- Headscale UI for Android
53+
- [Headscale UI](https://github.com/MunMunMiao/headscale-ui)
54+
- ![GitHub stars](https://img.shields.io/github/stars/MunMunMiao/headscale-ui?style=flat)
55+
![GitHub last commit](https://img.shields.io/github/last-commit/MunMunMiao/headscale-ui)
56+
- Headscale UI online and Self-hosting
57+
- [Headscale Panel](https://github.com/headscale-panel/panel)
58+
- ![GitHub stars](https://img.shields.io/github/stars/headscale-panel/panel?style=flat)
59+
![GitHub last commit](https://img.shields.io/github/last-commit/headscale-panel/panel)
60+
- A modern Headscale management panel with a clean, network-operations-focused
61+
UI
2862

2963
You can ask for support on our [Discord server](https://discord.gg/c84AZQhmpx) in the "web-interfaces" channel.

0 commit comments

Comments
 (0)