mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Enhancement: beszel widget compatibility with v0.9.0 (#4439)
This commit is contained in:
parent
6753843202
commit
4a4ca95fe5
4 changed files with 20 additions and 3 deletions
|
@ -12,6 +12,11 @@ The `systemID` in the `id` field on the collections page of Beszel.
|
|||
Allowed fields for 'overview' mode: `["systems", "up"]`
|
||||
Allowed fields for a single system: `["name", "status", "updated", "cpu", "memory", "disk", "network"]`
|
||||
|
||||
| Beszel Version | Homepage Widget Version |
|
||||
| -------------- | ----------------------- |
|
||||
| < 0.9.0 | 1 (default) |
|
||||
| >= 0.9.0 | 2 |
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: beszel
|
||||
|
@ -19,4 +24,5 @@ widget:
|
|||
username: username # email
|
||||
password: password
|
||||
systemId: systemId # optional
|
||||
version: 2 # optional, default is 1
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue