Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/8d87cc6aaacd6e5d0609932601fa2074191e8239?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update nginxproxymanager.sh

set pnpm version to 8.15
pull/2688/head
tteckster 1 year ago committed by GitHub
parent 2dffbc92c8
commit 8d87cc6aaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -61,7 +61,7 @@ function update_script() {
fi fi
if ! command -v pnpm &> /dev/null; then if ! command -v pnpm &> /dev/null; then
msg_info "Installing pnpm" msg_info "Installing pnpm"
npm install -g pnpm &>/dev/null npm install -g pnpm@8.15 &>/dev/null
msg_ok "Installed pnpm" msg_ok "Installed pnpm"
fi fi
RELEASE=$(curl -s https://api.github.com/repos/NginxProxyManager/nginx-proxy-manager/releases/latest | RELEASE=$(curl -s https://api.github.com/repos/NginxProxyManager/nginx-proxy-manager/releases/latest |

Loading…
Cancel
Save

Powered by BW's shoe-string budget.