From d87d347aa3d95abf1e24eb9691e34da1243af508 Mon Sep 17 00:00:00 2001 From: Abey Thomas Date: Tue, 12 Nov 2024 06:19:04 -0800 Subject: [PATCH] Documentation: corrections Beszel widget docs (#4282) Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- docs/widgets/services/beszel.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/widgets/services/beszel.md b/docs/widgets/services/beszel.md index 3cc828b9d..6a5cc2691 100644 --- a/docs/widgets/services/beszel.md +++ b/docs/widgets/services/beszel.md @@ -3,10 +3,12 @@ title: Beszel description: Beszel Widget Configuration --- -Learn more about [Beszel]() +Learn more about [Beszel](https://github.com/henrygd/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. +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"]`