I am trying to automate the PhpMyAdmin installation for a Ubuntu server running NGINX and i am having trouble skipping the reconfigure-webserver multiselect prompt:
Is there a reference for the possible options for each PhpMyAdmin install setting or options for a multiselect setting type?
apt-get install phpmyadmin -y
debconf-get-selections | grep phpmyadmin
This is the specific option i believe i am trying to figure out how to skip:
phpmyadmin phpmyadmin/reconfigure-webserver multiselect ?
Also how can i skip the app password so it is autogenerated?
I really appreciate any help, thank you!