fix(install): post-install message reflects first-user-becomes-admin (no seeded admin/admin123)

This commit is contained in:
Jannis Braun
2026-06-20 03:14:16 +02:00
parent a91702a255
commit c0a6477059
+1 -2
View File
@@ -406,11 +406,10 @@ fi
step "Backspace is running"
echo -e " ${BOLD}URL:${NC} https://${DOMAIN}"
echo -e " ${BOLD}Admin:${NC} admin / admin123"
echo -e " ${BOLD}Instance:${NC} ${INSTANCE_NAME}"
echo -e " ${BOLD}Voice:${NC} $(if [[ "$ENABLE_VOICE" == true ]]; then echo 'Enabled'; else echo 'Disabled'; fi)"
echo ""
echo -e " ${YELLOW}Change the admin password immediately after first login.${NC}"
echo -e " ${YELLOW}Open https://${DOMAIN} and create the first account — it becomes the instance admin.${NC}"
echo ""
echo -e " ${BOLD}Commands:${NC}"
echo " docker compose logs -f # Watch logs"