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
No known key found for this signature in database
GPG Key ID: 4DF3757FE7EB0B6E
2 changed files with 8 additions and 5 deletions

View File

@ -55,5 +55,3 @@ msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:9221${CL}"
echo -e "${INFO}${YW} Please adjust the credentials in the configuration file:${CL}"
echo -e "${INFO}${YW} /opt/prometheus-pve-exporter/pve.yml${CL}"

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"
}
]
}