homepage/docs/widgets/services/tailscale.md
Claes Hallström 2368b88eb1 Add more fields to tailscale widget
hostname is the machine name in the admin console.
name is the MagicDNS name of the device.
clientVersion is the version of the Tailscale client software.
2023-10-03 20:14:18 +02:00

18 lines
598 B
Markdown

---
title: Tailscale
description: Tailscale Widget Configuration
---
You will need to generate an API access token from the [keys page](https://login.tailscale.com/admin/settings/keys) on the Tailscale dashboard.
To find your device ID, go to the [machine overview page](https://login.tailscale.com/admin/machines) and select your machine. In the "Machine Details" section, copy your `ID`. It will end with `CNTRL`.
Allowed fields: `["hostname", "address", "name", "last_seen", "expires", "client_version"]`.
```yaml
widget:
type: tailscale
deviceid: deviceid
key: tailscalekey
```