mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-01 21:13:39 +01:00
21 lines
553 B
Markdown
21 lines
553 B
Markdown
![]() |
---
|
||
|
title: Beszel
|
||
|
description: Beszel Widget Configuration
|
||
|
---
|
||
|
|
||
|
Learn more about [Beszel]()
|
||
|
|
||
|
The widget has two modes, a single system with detailed info if `systemId` is provided, or an overview of all systems if `systemId` is not provided.
|
||
|
|
||
|
Allowed fields for 'overview' mode: `["systems", "up"]`
|
||
|
Allowed fields for a single system: `["name", "status", "updated", "cpu", "memory", "disk", "network"]`
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: beszel
|
||
|
url: http://beszel.host.or.ip
|
||
|
username: username # email
|
||
|
password: password
|
||
|
systemId: systemId # optional
|
||
|
```
|