mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-08 06:43:22 +00:00
- Replaced standard input prompts with whiptail dialogs in 03_generate_secrets.sh and 05_configure_services.sh for domain, email, OpenAI API key, and n8n worker count. - Added validation messages using whiptail for empty inputs and invalid formats. - Introduced new utility functions in utils.sh for whiptail integration, ensuring the script checks for whiptail availability.