From 512798a9225c887ebedc4a48446624cc167a9342 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 4 Nov 2024 23:02:52 +0300 Subject: [PATCH] Fixed headscale documentation --- docs/widgets/services/headscale.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/widgets/services/headscale.md b/docs/widgets/services/headscale.md index 4551d409..8b2f56e4 100644 --- a/docs/widgets/services/headscale.md +++ b/docs/widgets/services/headscale.md @@ -1,3 +1,4 @@ + --- title: Headscale description: Headscale Widget Configuration @@ -5,11 +6,11 @@ description: Headscale Widget Configuration Learn more about [Headscale](https://headscale.net/). -You will need to generate an API access token from the [command line](https://headscale.net/ref/remote-cli/) using `headscale apikeys create` command. +You will need to generate an API access token from the [command line](https://headscale.net/ref/remote-cli/#create-an-api-key) using `headscale apikeys create` command. To find your node ID, you can use `headscale nodes list` command. -Allowed fields: `["name", "address", "last_seen", "online"]`. +Allowed fields: `["name", "address", "last_seen", "status"]`. ```yaml widget: @@ -17,3 +18,4 @@ widget: nodeId: nodeid key: headscaleapiaccesstoken ``` +