fix(fleet): use correct setup endpoint /api/v1/setup instead of /api/latest/fleet/setup

This commit is contained in:
MickLesk
2026-05-18 18:05:46 +02:00
parent 881da85f5b
commit a26a0a4eea
2 changed files with 2 additions and 2 deletions

View File

@@ -59,4 +59,4 @@ 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}:8080${CL}"
echo -e "${INFO}${YW} Admin Email:${CL} ${BGN}admin@fleet.local${CL}"
echo -e "${INFO}${YW} Admin Password:${CL} ${BGN}grep FLEET_ADMIN_PASSWORD /opt/fleet/.env${CL}"
echo -e "${INFO}${YW} Admin Password:${CL} ${BGN}Check inside the container: cat /opt/fleet/.env${CL}"