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

Update nginxproxymanager.sh

fixes https://github.com/tteck/Proxmox/issues/2362
pull/2371/head
tteckster 1 year ago committed by GitHub
parent 638babe5c3
commit 435de786c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -136,6 +136,7 @@ function update_script() {
msg_info "Building Frontend" msg_info "Building Frontend"
cd ./frontend cd ./frontend
export NODE_ENV=development export NODE_ENV=development
yarn add -D sass-loader@10.5.2 &>/dev/null
yarn install --network-timeout=30000 &>/dev/null yarn install --network-timeout=30000 &>/dev/null
yarn build &>/dev/null yarn build &>/dev/null
cp -r dist/* /app/frontend cp -r dist/* /app/frontend

Loading…
Cancel
Save

Powered by BW's shoe-string budget.