From 997e93455d71d16dccc43976f8b33e8bd20c213c Mon Sep 17 00:00:00 2001 From: Juan Font Date: Wed, 10 May 2023 13:04:18 +0000 Subject: [PATCH] Added web ui section Added discord --- CHANGELOG.md | 2 +- README.md | 9 --------- docs/web-ui.md | 14 ++++++++++++++ mkdocs.yml | 1 + 4 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 docs/web-ui.md diff --git a/CHANGELOG.md b/CHANGELOG.md index cb247d01..2f433d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,13 @@ - Fix systemd service file location in `.deb` packages [#1391](https://github.com/juanfont/headscale/pull/1391) - Improvements on Noise implementation [#1379](https://github.com/juanfont/headscale/pull/1379) - Replace node filter logic, ensuring nodes with access can see eachother [#1381](https://github.com/juanfont/headscale/pull/1381) +- Disable (or delete) both exit routes at the same time [#1428](https://github.com/juanfont/headscale/pull/1428) ## 0.22.1 (2023-04-20) ### Changes - Fix issue where systemd could not bind to port 80 [#1365](https://github.com/juanfont/headscale/pull/1365) -- Disable (or delete) both exit routes at the same time [#1428](https://github.com/juanfont/headscale/pull/1428) ## 0.22.0 (2023-04-20) diff --git a/README.md b/README.md index 519ec233..200c8cde 100644 --- a/README.md +++ b/README.md @@ -80,15 +80,6 @@ and container to run Headscale.** Please have a look at the [`documentation`](https://headscale.net/). -## Graphical Control Panels - -Headscale provides an API for complete management of your Tailnet. -These are community projects not directly affiliated with the Headscale project. - -| Name | Repository Link | Description | Status | -| --------------- | ---------------------------------------------------- | ------------------------------------------------------ | ------ | -| headscale-webui | [Github](https://github.com/ifargle/headscale-webui) | A simple Headscale web UI for small-scale deployments. | Alpha | - ## Talks - Fosdem 2023 (video): [Headscale: How we are using integration testing to reimplement Tailscale](https://fosdem.org/2023/schedule/event/goheadscale/) diff --git a/docs/web-ui.md b/docs/web-ui.md new file mode 100644 index 00000000..d018666e --- /dev/null +++ b/docs/web-ui.md @@ -0,0 +1,14 @@ +# Headscale web interface + +!!! warning "Community contributions" + + This page contains community contributions. The projects listed here are not + maintained by the Headscale authors and are written by community members. + +| Name | Repository Link | Description | Status | +| --------------- | ------------------------------------------------------- | ------------------------------------------------------------------------- | ------ | +| headscale-webui | [Github](https://github.com/ifargle/headscale-webui) | A simple Headscale web UI for small-scale deployments. | Alpha | +| headscale-ui | [Github](https://github.com/gurucomputing/headscale-ui) | A web frontend for the headscale Tailscale-compatible coordination server | Alpha | +| HeadscaleUi | [GitHub](https://github.com/simcu/headscale-ui) | A static headscale admin ui, no backend enviroment required | Alpha | + +You can ask for support on our dedicated [Discord channel](https://discord.com/channels/896711691637780480/1105842846386356294). diff --git a/mkdocs.yml b/mkdocs.yml index fd5a2122..75abcddb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -129,6 +129,7 @@ nav: - OpenBSD: running-headscale-openbsd.md - Container: running-headscale-container.md - Configuration: + - Web UI: web-ui.md - OIDC authentication: oidc.md - Exit node: exit-node.md - Reverse proxy: reverse-proxy.md