Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/4559f66f97e2b2763a90c844bafb1c43581a69ad
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -98,8 +98,8 @@ apt-get install -y nodejs &>/dev/null
msg_ok "Installed Node.js"
msg_info "Installing Golang (Patience)"
wget https://golang.org/dl/go1.19.2 .linux-amd64.tar.gz & >/dev/null
tar -xzf go1.19.2 .linux-amd64.tar.gz -C /usr/local & >/dev/null
wget https://golang.org/dl/go1.19.3 .linux-amd64.tar.gz & >/dev/null
tar -xzf go1.19.3 .linux-amd64.tar.gz -C /usr/local & >/dev/null
ln -s /usr/local/go/bin/go /usr/local/bin/go & >/dev/null
go install github.com/tianon/gosu@latest & >/dev/null
go install golang.org/x/tools/cmd/goimports@latest & >/dev/null
@ -196,7 +196,7 @@ apt-get autoremove >/dev/null
apt-get autoclean >/dev/null
rm -rf /var/{ cache,log} /* \
/photoprism \
/go1.19.2 .linux-amd64.tar.gz \
/go1.19.3 .linux-amd64.tar.gz \
/libtensorflow-linux-avx2-1.15.2.tar.gz \
/libtensorflow-linux-avx-1.15.2.tar.gz \
/libtensorflow-linux-cpu-1.15.2.tar.gz