mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-09 17:28:31 +00:00
cliproxyapi: point setup message at /management.html (#15628)
The completion message previously pointed to the bare host:port, which serves the proxy API rather than the admin UI. Provider authentication happens at /management.html. Co-authored-by: root <root@paperclip.pilz.dev>
This commit is contained in:
parent
bff3c6932a
commit
c5f905ccf1
1 changed files with 2 additions and 2 deletions
|
|
@ -52,5 +52,5 @@ description
|
|||
|
||||
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 "${GATEWAY}${BGN}http://${IP}:8317${CL}"
|
||||
echo -e "${INFO}${YW}Authenticate your AI providers via the management panel at:${CL}"
|
||||
echo -e "${GATEWAY}${BGN}http://${IP}:8317/management.html${CL}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue