Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/65cf479b99deae11aed4e8fee482c19784790010 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update nginxproxymanager-install.sh

pull/2460/head
tteckster 1 year ago committed by GitHub
parent bfa4cd815e
commit 65cf479b99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -68,7 +68,7 @@ RELEASE=$(curl -s https://api.github.com/repos/NginxProxyManager/nginx-proxy-man
grep "tag_name" |
awk '{print substr($2, 3, length($2)-4) }')
read -r -p "Would you like to install an older version (v2.20.4)? <y/N> " prompt
read -r -p "Would you like to install an older version (v2.10.4)? <y/N> " prompt
if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
msg_info "Downloading Nginx Proxy Manager v2.10.4"
wget -q https://codeload.github.com/NginxProxyManager/nginx-proxy-manager/tar.gz/v2.10.4 -O - | tar -xz

Loading…
Cancel
Save

Powered by BW's shoe-string budget.