2024-11-05 12:39:41 -08:00
|
|
|
---
|
|
|
|
title: Beszel
|
|
|
|
description: Beszel Widget Configuration
|
|
|
|
---
|
|
|
|
|
2024-11-12 06:19:04 -08:00
|
|
|
Learn more about [Beszel](https://github.com/henrygd/beszel)
|
2024-11-05 12:39:41 -08:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2024-11-12 06:19:04 -08:00
|
|
|
The `systemID` in the `id` field on the collections page of Beszel.
|
|
|
|
|
2024-11-05 12:39:41 -08:00
|
|
|
Allowed fields for 'overview' mode: `["systems", "up"]`
|
|
|
|
Allowed fields for a single system: `["name", "status", "updated", "cpu", "memory", "disk", "network"]`
|
|
|
|
|
2024-12-18 13:04:18 -08:00
|
|
|
| Beszel Version | Homepage Widget Version |
|
|
|
|
| -------------- | ----------------------- |
|
|
|
|
| < 0.9.0 | 1 (default) |
|
|
|
|
| >= 0.9.0 | 2 |
|
|
|
|
|
2024-11-05 12:39:41 -08:00
|
|
|
```yaml
|
|
|
|
widget:
|
|
|
|
type: beszel
|
|
|
|
url: http://beszel.host.or.ip
|
|
|
|
username: username # email
|
|
|
|
password: password
|
|
|
|
systemId: systemId # optional
|
2024-12-18 13:04:18 -08:00
|
|
|
version: 2 # optional, default is 1
|
2024-11-05 12:39:41 -08:00
|
|
|
```
|