Update install.sh

This commit is contained in:
Stefan Pejcic 2025-03-03 21:20:27 +01:00 committed by GitHub
parent 8b398b6a51
commit e83b74ae1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -347,6 +347,7 @@ parse_args() {
echo " --skip-ssl Skip SSL setup." echo " --skip-ssl Skip SSL setup."
echo " --no-waf Do not configure CorazaWAF with OWASP Coreruleset." echo " --no-waf Do not configure CorazaWAF with OWASP Coreruleset."
echo " --no-ssh Disable port 22 and whitelist the IP address of user installing the panel." echo " --no-ssh Disable port 22 and whitelist the IP address of user installing the panel."
echo " --skip-dns-server Skip setup for DNS (Bind9) server."
echo " --post_install=<path> Specify the post install script path." echo " --post_install=<path> Specify the post install script path."
echo " --screenshots=<url> Set the screenshots API URL." echo " --screenshots=<url> Set the screenshots API URL."
echo " --swap=<2> Set space in GB to be allocated for SWAP." echo " --swap=<2> Set space in GB to be allocated for SWAP."