mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-10 14:18:41 -07:00
342afa2215
Lint / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Release Drafter / Update Release Draft (push) Has been cancelled
Release Drafter / Auto Label PR (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
18 lines
398 B
Markdown
18 lines
398 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
|
|
version: 2 # required for Pulse v6, defaults to 1
|
|
fields: ["nodes", "vms", "lxcs"] # optional
|
|
```
|