mirror of
https://github.com/gethomepage/homepage.git
synced 2026-08-01 10:47:11 -04:00
17 lines
346 B
Markdown
17 lines
346 B
Markdown
---
|
|
title: Pulse
|
|
description: Pulse Widget Configuration
|
|
---
|
|
|
|
Learn more about [Pulse](https://github.com/rcourtman/Pulse).
|
|
|
|
Allowed fields: `["nodes", "vms", "lxcs"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: pulse
|
|
url: http://pulse.host.or.ip:7655
|
|
key: your-api-token # `monitoring:read` scope is required
|
|
fields: ["nodes", "vms", "lxcs"] # optional
|
|
```
|