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

Update nginxproxymanager.sh

comment out `export NODE_OPTIONS=--openssl-legacy-provider`
pull/3728/head
tteckster 9 months ago committed by GitHub
parent b14a33ffac
commit dc1adaba01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -61,7 +61,7 @@ function update_script() {
fi
if ! command -v pnpm &> /dev/null; then
msg_info "Installing pnpm"
export NODE_OPTIONS=--openssl-legacy-provider
#export NODE_OPTIONS=--openssl-legacy-provider
npm install -g pnpm@8.15 &>/dev/null
msg_ok "Installed pnpm"
fi

Loading…
Cancel
Save

Powered by BW's shoe-string budget.