Hello,
Here is "myVesta Installation Script Generator": https://www.myvestacp.com/install_generator.html
Alternative url: https://www.amadex.com/myvesta/index.php
Cheers!
myVesta Installation Script Generator
Hello. I'm generating code, but during installation I'm still required to enter my email address, hostname, port, and secret URL. The selected password and panel language are also not set. I am using debian 11.5. Please fix it. Thank you.
Example code I am running
Code: Select all
sudo bash vst-install-debian.sh --apache yes --nginx yes --phpfpm no --vsftpd no --proftpd yes --named yes --mysql yes --mysql8 no --postgresql no --exim yes --dovecot yes --clamav no --spamassassin no --iptables yes --fail2ban yes --quota no --force no --interactive yes --port 8888 --hostname domen.ru --email [email protected] --password mypass123 --lang ru --secret_url securl
Last edited by dmitlife on Wed Nov 16, 2022 2:32 am, edited 1 time in total.
- Amadex
- Posts: 13
- Joined: Tue Jun 23, 2020 3:25 pm
- Your location: Europe
- First name and last name: Amar Dugonja
- Been thanked: 4 times
That's for your safety to double check email, port, secret urldmitlife wrote: ↑Wed Nov 16, 2022 2:08 amHello. I'm generating code, but during installation I'm still required to enter my email address, hostname, port, and secret URL. The selected password and panel language are also not set. I am using debian 11.5. Please fix it. Thank you.
Example code I am runningCode: Select all
sudo bash vst-install-debian.sh --apache yes --nginx yes --phpfpm no --vsftpd no --proftpd yes --named yes --mysql yes --mysql8 no --postgresql no --exim yes --dovecot yes --clamav no --spamassassin no --iptables yes --fail2ban yes --quota no --force no --interactive yes --port 8888 --hostname domen.ru --email [email protected] --password mypass123 --lang ru --secret_url securl
There is a bug that exists for more then a year.
I choose custom port, secret uri etc in the install generator, then regardless if I unchecked the "interactive" or not the script asks me all those during the installation. So technically the auto install (preconfigured) does not work and requires user interaction
I choose custom port, secret uri etc in the install generator, then regardless if I unchecked the "interactive" or not the script asks me all those during the installation. So technically the auto install (preconfigured) does not work and requires user interaction
- Amadex
- Posts: 13
- Joined: Tue Jun 23, 2020 3:25 pm
- Your location: Europe
- First name and last name: Amar Dugonja
- Been thanked: 4 times
I think the problem's on the myVesta side, admin should review this.Komisar wrote: ↑Sun Oct 22, 2023 3:49 pm There is a bug that exists for more then a year.
I choose custom port, secret uri etc in the install generator, then regardless if I unchecked the "interactive" or not the script asks me all those during the installation. So technically the auto install (preconfigured) does not work and requires user interaction