From a0868e320166dc7bb63f16f961e2ef9ee90df618 Mon Sep 17 00:00:00 2001 From: Ryan <49689423+FriedCheese2006@users.noreply.github.com> Date: Sat, 3 May 2025 18:02:29 -0400 Subject: [PATCH] Documentation: add data store option to PBS widget (#5243) --- docs/widgets/services/proxmoxbackupserver.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/widgets/services/proxmoxbackupserver.md b/docs/widgets/services/proxmoxbackupserver.md index 613ee9053..e3281337c 100644 --- a/docs/widgets/services/proxmoxbackupserver.md +++ b/docs/widgets/services/proxmoxbackupserver.md @@ -5,7 +5,7 @@ description: Proxmox Backup Server Widget Configuration Learn more about [Proxmox Backup Server](https://www.proxmox.com/en/proxmox-backup-server/overview). -Create a user and an API-Token similar to the [Proxmox VE description](proxmox.md). The "Audit" role is required for both the user and token (not group). +Create a user and an API token similar to the [Proxmox VE description](proxmox.md). The "Audit" role is required for both the user and token (not group). Allowed fields: `["datastore_usage", "failed_tasks_24h", "cpu_usage", "memory_usage"]`. @@ -15,4 +15,5 @@ widget: url: https://proxmoxbackupserver.host:port username: api_token_id password: api_token_secret + datastore: datastore_name #optional; if ommitted, will display a combination of all datastores used / total ```