mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update install.sh
This commit is contained in:
parent
d475d2d263
commit
b2cd09f3fa
@ -30,8 +30,7 @@ export TERM=xterm-256color # bug fix:
|
|||||||
CUSTOM_VERSION=false # default version is latest
|
CUSTOM_VERSION=false # default version is latest
|
||||||
INSTALL_TIMEOUT=600 # after 10min, consider the install failed
|
INSTALL_TIMEOUT=600 # after 10min, consider the install failed
|
||||||
DEBUG=false # verbose output for debugging failed install
|
DEBUG=false # verbose output for debugging failed install
|
||||||
SKIP_APT_UPDATE=false
|
SKIP_APT_UPDATE=false # they are auto-pulled on account creation
|
||||||
SKIP_IMAGES=false # they are auto-pulled on account creation
|
|
||||||
REPAIR=false
|
REPAIR=false
|
||||||
LOCALES=true # only en
|
LOCALES=true # only en
|
||||||
NO_SSH=false # deny port 22
|
NO_SSH=false # deny port 22
|
||||||
@ -397,7 +396,6 @@ parse_args() {
|
|||||||
echo " --skip-firewall Skip installing UFW or CSF - Only do this if you will set another external firewall!"
|
echo " --skip-firewall Skip installing UFW or CSF - Only do this if you will set another external firewall!"
|
||||||
echo " --csf Install and setup ConfigServer Firewall (default from >0.2.3)"
|
echo " --csf Install and setup ConfigServer Firewall (default from >0.2.3)"
|
||||||
echo " --ufw Install and setup Uncomplicated Firewall (was default in <0.2.3)"
|
echo " --ufw Install and setup Uncomplicated Firewall (was default in <0.2.3)"
|
||||||
echo " --skip-images Skip installing openpanel/nginx and openpanel/apache docker images."
|
|
||||||
echo " --skip-blacklists Do not set up IP sets and blacklists."
|
echo " --skip-blacklists Do not set up IP sets and blacklists."
|
||||||
echo " --skip-ssl Skip SSL setup."
|
echo " --skip-ssl Skip SSL setup."
|
||||||
echo " --with_modsec Enable ModSecurity for Nginx."
|
echo " --with_modsec Enable ModSecurity for Nginx."
|
||||||
@ -461,9 +459,6 @@ while [[ $# -gt 0 ]]; do
|
|||||||
UFW_SETUP=true
|
UFW_SETUP=true
|
||||||
CSF_SETUP=false
|
CSF_SETUP=false
|
||||||
;;
|
;;
|
||||||
--skip-images)
|
|
||||||
SKIP_IMAGES=true
|
|
||||||
;;
|
|
||||||
--skip-blacklists)
|
--skip-blacklists)
|
||||||
IPSETS=false
|
IPSETS=false
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user