Add note about Proxmox credentials into the website

This commit is contained in:
Andy Grunwald
2025-01-28 13:57:34 +01:00
parent eac423cea9
commit 94d465cf92
2 changed files with 8 additions and 5 deletions

View File

@@ -31,5 +31,10 @@
"username": null,
"password": null
},
"notes": []
}
"notes": [
{
"text": "Please adjust the Proxmox credentials in the configuration file: /opt/prometheus-pve-exporter/pve.yml",
"type": "info"
}
]
}