diff --git a/README.md b/README.md index fad108f268e2a1212a0ac402e9fc807fc2606b29..d1ff348203c536b30acc72827dcb90316f176836 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ cd /tmp wget https://git.ispconfig.org/helmo/ispconfig3/-/archive/stable-helmo/ispconfig3-stable-helmo.tar.gz tar xvfz ispconfig3-stable-helmo.tar.gz cd ispconfig3-stable-helmo/install -php -q update.php +php -q update.php [--autoinstall=autoinstall.ini] ``` ## Functions diff --git a/install/autoinstall.ini b/install/autoinstall.ini new file mode 100644 index 0000000000000000000000000000000000000000..07b5ee8a853c0453a30e4f848e56b54f989fe1ae --- /dev/null +++ b/install/autoinstall.ini @@ -0,0 +1,21 @@ +[update] +do_backup=yes +reconfigure_permissions_in_master_database=no +reconfigure_services=yes +ispconfig_port=8080 +create_new_ispconfig_ssl_cert=no +reconfigure_crontab=yes +create_ssl_server_certs=n +ignore_hostname_dns=n +ispconfig_postfix_ssl_symlink=y +ispconfig_pureftpd_ssl_symlink=y + +; These are for service-detection (defaulting to old behaviour where alle changes were automatically accepted) +svc_detect_change_mail_server=yes +svc_detect_change_web_server=yes +svc_detect_change_dns_server=yes +svc_detect_change_xmpp_server=no +svc_detect_change_firewall_server=no +svc_detect_change_vserver_server=no +svc_detect_change_db_server=yes +