From 5c112241d8cdeefaad40f86b32fdfbd6d991c9e4 Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Sat, 14 Sep 2024 19:24:32 +0200 Subject: [PATCH] Move client OS support into the documentation * Move existing Client OS support table into its own documentation page * Link from README.md to the rendered documentation * Document minimum Tailscale client version --- README.md | 10 +--------- docs/about/clients.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 docs/about/clients.md diff --git a/README.md b/README.md index ff44e8e4..5838e55b 100644 --- a/README.md +++ b/README.md @@ -62,15 +62,7 @@ buttons available in the repo. ## Client OS support -| OS | Supports headscale | -| ------- | -------------------------------------------------------------------------------------------------- | -| Linux | Yes | -| OpenBSD | Yes | -| FreeBSD | Yes | -| Windows | Yes (see [docs](./docs/windows-client.md) and `/windows` on your headscale for more information) | -| Android | Yes (see [docs](./docs/android-client.md)) | -| macOS | Yes (see [docs](./docs/apple-client.md#macos) and `/apple` on your headscale for more information) | -| iOS | Yes (see [docs](./docs/apple-client.md#ios) and `/apple` on your headscale for more information) | +Please see ["Client and operating system support" in the documentation](https://headscale.net/about/clients/). ## Running headscale diff --git a/docs/about/clients.md b/docs/about/clients.md new file mode 100644 index 00000000..eafb2946 --- /dev/null +++ b/docs/about/clients.md @@ -0,0 +1,15 @@ +# Client and operating system support + +We aim to support the [**last 10 releases** of the Tailscale client](https://tailscale.com/changelog#client) on all +provided operating systems and platforms. Some platforms might require additional configuration to connect with +headscale. + +| OS | Supports headscale | +| ------- | ----------------------------------------------------------------------------------------------------- | +| Linux | Yes | +| OpenBSD | Yes | +| FreeBSD | Yes | +| Windows | Yes (see [docs](../usage/connect/windows.md) and `/windows` on your headscale for more information) | +| Android | Yes (see [docs](../usage/connect/android.md)) | +| macOS | Yes (see [docs](../usage/connect/apple.md#macos) and `/apple` on your headscale for more information) | +| iOS | Yes (see [docs](../usage/connect/apple.md#ios) and `/apple` on your headscale for more information) |