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

Update photoprism-install.sh

pull/84/head
tteckster 3 years ago committed by GitHub
parent c5ea1d8e8f
commit 71165f81a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,13 +91,13 @@ sudo mkdir -p /opt/photoprism/bin
sudo mkdir /var/lib/photoprism
sudo chown photoprism:photoprism /var/lib/photoprism &>/dev/null
echo -en "${GN} Downloading ${APP}... "
echo -en "${GN} Downloading PhotoPrism... "
git clone https://github.com/photoprism/photoprism.git &>/dev/null
cd photoprism
git checkout release &>/dev/null
echo -e "${CM}${CL} \r"
echo -en "${GN} Installing ${APP}... "
echo -en "${GN} Installing PhotoPrism... "
sudo make all &>/dev/null
sudo ./scripts/build.sh prod /opt/photoprism/bin/photoprism &>/dev/null
sudo cp -a assets/ /opt/photoprism/assets/ &>/dev/null

Loading…
Cancel
Save

Powered by BW's shoe-string budget.