From 828f25de37658d4e4071f3cf543c7d53b709f393 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 9 Mar 2024 22:08:08 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Adds=20latest=20commit=20(re=20p?= =?UTF-8?q?roxmox)=20back=20in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/widgets.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/widgets.md b/docs/widgets.md index ca8c91bc..5d5b6d4e 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -2114,7 +2114,9 @@ This will show the list of nodes. token_name: dashy token_uuid: bfb152df-abcd-abcd-abcd-ccb95a472d01 ``` + This will show the list of VMs, with a title and a linked fotter, hiding VM templates. + ```yaml - type: proxmox-lists useProxy: true @@ -2131,6 +2133,7 @@ This will show the list of VMs, with a title and a linked fotter, hiding VM temp footer_as_link: true hide_templates: 1 ``` + #### Info - **CORS**: 🟠 Proxied @@ -2139,6 +2142,12 @@ This will show the list of VMs, with a title and a linked fotter, hiding VM temp - **Host**: Self-Hosted (see [Proxmox Virtual Environment](https://proxmox.com/en/proxmox-ve)) - **Privacy**: _See [Proxmox's Privacy Policy](https://proxmox.com/en/privacy-policy)_ +#### Troubleshooting +- **404 Error in development mode**: The error might disappear in production mode `yarn start` +- **500 Error in production mode**: Try adding the certificate authority (CA) certificate of your Proxmox host to Node.js. + - Download the Proxmox CA certificate to your Dashy host. + - Export environment variable `NODE_EXTRA_CA_CERTS` and set its value to the path of the downloaded CA certificate. Example: `export NODE_EXTRA_CA_CERTS=/usr/local/share/ca-certificates/devlab_ca.pem` + --- ### Sabnzbd