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 ``` +