Hi,
First of all, thank you very much for your work on Easy-WI. I'm currently automating the installation of the panel using Ansible, and I've noticed that the interactive installer makes this process quite complex, as it requires manual input for several questions during execution.
I’d like to suggest the possibility of adding a non-interactive installation mode, where parameters can be passed as arguments or environment variables, something like:
./easy-wi-install.sh \
update=yes \
install_component=panel \
url=http://192.168.1.1 \
version=stable \
user=admin \
password=MySecurePassword123 \
db=mariadb \
ssl=no
This would make it much easier to integrate the panel into automated infrastructure and reproducible environments, especially with tools like Ansible, Puppet, or Terraform. Alternatively, supporting a config file or environment variables would also be very helpful.
Do you think it would be possible to consider this functionality in future versions of the installer?
Thanks in advance for your time and great work!
Best regards,
Jecabe