Skip to content

Commit 4a570ed

Browse files
committed
Added troubleshooting documentation for Proxmox widgets
1 parent 05aaa1c commit 4a570ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/widgets.md

+5
Original file line numberDiff line numberDiff line change
@@ -2128,6 +2128,11 @@ This will show the list of VMs, with a title and a linked fotter, hiding VM temp
21282128
footer_as_link: true
21292129
hide_templates: 1
21302130
```
2131+
#### Troubleshooting
2132+
- **404 Error in development mode**: The error might disappear in production mode `yarn start`
2133+
- **500 Error in production mode**: Try adding the certificate authority (CA) certificate of your Proxmox host to Node.js.
2134+
- Download the Proxmox CA certificate to your Dashy host.
2135+
- 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`
21312136
#### Info
21322137

21332138
- **CORS**: 🟠 Proxied

0 commit comments

Comments
 (0)