Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/9a510418421221a16c3a059858d850d6fef6373f?style=unified&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
4 deletions
@ -84,7 +84,7 @@ apt-get install -y ffmpeg &>/dev/null
msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository"
curl -sL https://deb.nodesource.com/setup_16 .x | bash - & >/dev/null
curl -sL https://deb.nodesource.com/setup_18 .x | bash - & >/dev/null
msg_ok "Set up Node.js Repository"
msg_info "Installing Node.js"
@ -92,8 +92,8 @@ apt-get install -y nodejs &>/dev/null
msg_ok "Installed Node.js"
msg_info "Installing Golang (Patience)"
wget https://golang.org/dl/go1.18.4 .linux-amd64.tar.gz & >/dev/null
tar -xzf go1.18.4 .linux-amd64.tar.gz -C /usr/local & >/dev/null
wget https://golang.org/dl/go1.19 .linux-amd64.tar.gz & >/dev/null
tar -xzf go1.19 .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
@ -190,7 +190,7 @@ apt-get autoremove >/dev/null
apt-get autoclean >/dev/null
rm -rf /var/{ cache,log} /* \
/photoprism \
/go1.18.4 .linux-amd64.tar.gz \
/go1.19 .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