From e7cca5c77963ab5195cbc29a03cb6ed4475a65db Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:37:24 +1000 Subject: [PATCH] Revert to old nginx proxy manager script --- install/nginxproxymanager-install.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/install/nginxproxymanager-install.sh b/install/nginxproxymanager-install.sh index a44e5be38..29dbc1446 100644 --- a/install/nginxproxymanager-install.sh +++ b/install/nginxproxymanager-install.sh @@ -29,8 +29,7 @@ $STD apt-get -y install \ build-essential \ git \ wget \ - openssh-server \ - golang + openssh-server msg_ok "Installed Dependencies" msg_info "Installing Python Dependencies" @@ -39,11 +38,11 @@ $STD apt-get install -y \ python3-dev \ python3-pip \ python3-venv \ - python3-cffi -$STD pip3 install pip --upgrade -$STD pip3 install certbot certbot-dns-multi + python3-cffi \ + python3-certbot \ + python3-certbot-dns-cloudflare +rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED $STD python3 -m venv /opt/certbot/ -ln -s /usr/local/bin/certbot /usr/bin/certbot rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED msg_ok "Installed Python Dependencies" @@ -210,4 +209,4 @@ rm -rf ../nginx-proxy-manager-* systemctl restart openresty $STD apt-get -y autoremove $STD apt-get -y autoclean -msg_ok "Cleaned" +msg_ok "Cleaned" \ No newline at end of file