From c3b3020025d45ca6a437c6cf5daecb01f1b71108 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 18 Oct 2025 11:48:12 +0200 Subject: [PATCH] fix certbot --- install/nginxproxymanager-install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install/nginxproxymanager-install.sh b/install/nginxproxymanager-install.sh index 5958239d..94a1d6d5 100644 --- a/install/nginxproxymanager-install.sh +++ b/install/nginxproxymanager-install.sh @@ -13,8 +13,6 @@ setting_up_container network_check update_os -setup_go - msg_info "Installing Dependencies" $STD apt update $STD apt -y install \ @@ -34,7 +32,6 @@ $STD apt install -y \ python3-cffi \ python3-certbot \ python3-certbot-dns-cloudflare -$STD pip3 install --break-system-packages certbot-dns-multi msg_ok "Installed Python Dependencies" VERSION="$(awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release)" @@ -53,7 +50,7 @@ $STD apt update $STD apt -y install openresty msg_ok "Installed Openresty" -NODE_VERSION="22" NODE_MODULE="pnpm@latest" setup_nodejs +NODE_VERSION="20" NODE_MODULE="pnpm@latest" setup_nodejs RELEASE=$(curl -fsSL https://api.github.com/repos/NginxProxyManager/nginx-proxy-manager/releases/latest | grep "tag_name" |