From 906762390d44c39594df5c1515898848baf00668 Mon Sep 17 00:00:00 2001 From: Jeffrey Date: Thu, 27 Jan 2022 22:31:17 +0100 Subject: [PATCH] Fixes #63 Can confirm that creating SSL certs works again after updating nodejs to 16.x --- lxc/nginx-proxy-manager/install/debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxc/nginx-proxy-manager/install/debian.sh b/lxc/nginx-proxy-manager/install/debian.sh index 1cc982b..3f27c2d 100644 --- a/lxc/nginx-proxy-manager/install/debian.sh +++ b/lxc/nginx-proxy-manager/install/debian.sh @@ -99,7 +99,7 @@ runcmd apt-get update && apt-get install -y -q --no-install-recommends openresty # Install nodejs log "Installing nodejs" -runcmd wget -qO - https://deb.nodesource.com/setup_14.x | bash - +runcmd wget -qO - https://deb.nodesource.com/setup_16.x | bash - runcmd apt-get install -y -q --no-install-recommends nodejs runcmd npm install --global yarn @@ -241,4 +241,4 @@ log "Installation complete \e[0mNginx Proxy Manager should be reachable at the following URL. http://${IP}:81 -" \ No newline at end of file +"