fix(fleet): pre-configure Fleet via API during install to bypass broken setup wizard

This commit is contained in:
MickLesk
2026-05-18 15:46:23 +02:00
parent cf24299d7b
commit edbebea29b
2 changed files with 27 additions and 0 deletions

View File

@@ -58,3 +58,5 @@ 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}: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}"