mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
20 lines
511 B
Markdown
20 lines
511 B
Markdown
![]() |
---
|
||
|
title: Headscale
|
||
|
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/#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", "status"]`.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: headscale
|
||
|
nodeId: nodeid
|
||
|
key: headscaleapiaccesstoken
|
||
|
```
|