From a086d89ca2e742da183910887e45062c51ff84eb Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 25 May 2026 19:20:06 +0000 Subject: [PATCH] Add Dashboard_Containers/homepage/config/proxmox.yaml --- Dashboard_Containers/homepage/config/proxmox.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Dashboard_Containers/homepage/config/proxmox.yaml diff --git a/Dashboard_Containers/homepage/config/proxmox.yaml b/Dashboard_Containers/homepage/config/proxmox.yaml new file mode 100644 index 0000000..0a8334d --- /dev/null +++ b/Dashboard_Containers/homepage/config/proxmox.yaml @@ -0,0 +1,4 @@ +pve: # must match your actual Proxmox node name + url: https://proxmox.host.or.ip:8006 + token: username@pam!Token ID + secret: secret \ No newline at end of file