1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-19 19:08:06 +00:00

InfluxDB: Add Ports as Info / Script-End (#3141)

* InfluxDB: Add Ports as Info / Script-End

* Update influxdb.sh
This commit is contained in:
CanbiZ 2025-03-17 13:13:49 +01:00 committed by GitHub
parent c056163cf9
commit bff8879189
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 3 deletions

View File

@ -41,4 +41,4 @@ description
msg_ok "Completed Successfully!\n" msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8086${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP} and Port 8888 for v1 or Port 8086 (v2)${CL}"

View File

@ -30,5 +30,14 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": [
{
"text": "Port for V1: 8888",
"type": "info"
},
{
"text": "Port for V2: 8086",
"type": "info"
}
]
} }