From 4fed0351acd6a809c8ae307d3c85af1741a6e068 Mon Sep 17 00:00:00 2001 From: openhabian Date: Sun, 15 Oct 2023 13:57:37 +0200 Subject: [PATCH] unattended nginx setup as forward proxy Signed-off-by: openhabian --- openhabian-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhabian-setup.sh b/openhabian-setup.sh index 63f252800..c4e904c96 100755 --- a/openhabian-setup.sh +++ b/openhabian-setup.sh @@ -119,13 +119,13 @@ if [[ -n "$UNATTENDED" ]]; then multitail_openhab_scheme #srv_bind_mounts samba_setup + nginx_setup clean_config_userpw frontail_setup zram_setup permissions_corrections setup_mirror_SD "install" install_evcc "install" "${evccpkgversion:-0.120.1}"; setup_evcc - #sleep 30 systemctl stop openhab setup_pv_config pv "${invertertype:-custom}" "${inverterip:-192.168.178.100}" "${invertermodbusid:-1}" setup_pv_config bat "${batterytype:-hybrid}" "${batteryip:-192.168.178.101}" "${batterymodbusid:-3}"