diff --git a/docs/ref/integration/tools.md b/docs/ref/integration/tools.md index ada54c82..a1ee5a01 100644 --- a/docs/ref/integration/tools.md +++ b/docs/ref/integration/tools.md @@ -7,11 +7,15 @@ This page collects third-party tools, client libraries, and scripts related to headscale. -| Name | Repository Link | Description | -| --------------------- | --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | -| tailscale-manager | [Github](https://github.com/singlestore-labs/tailscale-manager) | Dynamically manage Tailscale route advertisements | -| headscalebacktosqlite | [Github](https://github.com/bigbozza/headscalebacktosqlite) | Migrate headscale from PostgreSQL back to SQLite | -| headscale-pf | [Github](https://github.com/YouSysAdmin/headscale-pf) | Populates user groups based on user groups in Jumpcloud or Authentik | -| headscale-client-go | [Github](https://github.com/hibare/headscale-client-go) | A Go client implementation for the Headscale HTTP API. | -| headscale-zabbix | [Github](https://github.com/dblanque/headscale-zabbix) | A Zabbix Monitoring Template for the Headscale Service. | -| tailscale-exporter | [Github](https://github.com/adinhodovic/tailscale-exporter) | A Prometheus exporter for Headscale that provides network-level metrics using the Headscale API. | +- [tailscale-manager](https://github.com/singlestore-labs/tailscale-manager) - Dynamically manage Tailscale route + advertisements +- [headscalebacktosqlite](https://github.com/bigbozza/headscalebacktosqlite) - Migrate headscale from PostgreSQL back to + SQLite +- [headscale-pf](https://github.com/YouSysAdmin/headscale-pf) - Populates user groups based on user groups in Jumpcloud + or Authentik +- [headscale-client-go](https://github.com/hibare/headscale-client-go) - A Go client implementation for the Headscale + HTTP API. +- [headscale-zabbix](https://github.com/dblanque/headscale-zabbix) - A Zabbix Monitoring Template for the Headscale + Service. +- [tailscale-exporter](https://github.com/adinhodovic/tailscale-exporter) - A Prometheus exporter for Headscale that + provides network-level metrics using the Headscale API. diff --git a/docs/ref/integration/web-ui.md b/docs/ref/integration/web-ui.md index e0436a87..3088a87d 100644 --- a/docs/ref/integration/web-ui.md +++ b/docs/ref/integration/web-ui.md @@ -7,14 +7,17 @@ Headscale doesn't provide a built-in web interface but users may pick one from the available options. -| Name | Repository Link | Description | -| ---------------------- | ----------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -| headscale-ui | [Github](https://github.com/gurucomputing/headscale-ui) | A web frontend for the headscale Tailscale-compatible coordination server | -| HeadscaleUi | [GitHub](https://github.com/simcu/headscale-ui) | A static headscale admin ui, no backend environment required | -| Headplane | [GitHub](https://github.com/tale/headplane) | An advanced Tailscale inspired frontend for headscale | -| headscale-admin | [Github](https://github.com/GoodiesHQ/headscale-admin) | Headscale-Admin is meant to be a simple, modern web interface for headscale | -| ouroboros | [Github](https://github.com/yellowsink/ouroboros) | Ouroboros is designed for users to manage their own devices, rather than for admins | -| unraid-headscale-admin | [Github](https://github.com/ich777/unraid-headscale-admin) | A simple headscale admin UI for Unraid, it offers Local (`docker exec`) and API Mode | -| headscale-console | [Github](https://github.com/rickli-cloud/headscale-console) | WebAssembly-based client supporting SSH, VNC and RDP with optional self-service capabilities | +- [headscale-ui](https://github.com/gurucomputing/headscale-ui) - A web frontend for the headscale Tailscale-compatible + coordination server +- [HeadscaleUi](https://github.com/simcu/headscale-ui) - A static headscale admin ui, no backend environment required +- [Headplane](https://github.com/tale/headplane) - An advanced Tailscale inspired frontend for headscale +- [headscale-admin](https://github.com/GoodiesHQ/headscale-admin) - Headscale-Admin is meant to be a simple, modern web + interface for headscale +- [ouroboros](https://github.com/yellowsink/ouroboros) - Ouroboros is designed for users to manage their own devices, + rather than for admins +- [unraid-headscale-admin](https://github.com/ich777/unraid-headscale-admin) - A simple headscale admin UI for Unraid, + it offers Local (`docker exec`) and API Mode +- [headscale-console](https://github.com/rickli-cloud/headscale-console) - WebAssembly-based client supporting SSH, VNC + and RDP with optional self-service capabilities You can ask for support on our [Discord server](https://discord.gg/c84AZQhmpx) in the "web-interfaces" channel.