Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/b54d31ecc942c465e96c733c6d999fdd9d35704e 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 71165f81a2
commit b54d31ecc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,10 +98,12 @@ git checkout release &>/dev/null
echo -e "${CM}${CL} \r"
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
sudo chown -R photoprism:photoprism /opt/photoprism &>/dev/null
sudo make all
sudo ./scripts/build.sh prod /opt/photoprism/bin/photoprism
sudo cp -a assets/ /opt/photoprism/assets/
sudo chown -R photoprism:photoprism /opt/photoprism
cd /var/lib/photoprism
sudo chmod 640 .env
echo -e "${CM}${CL} \r"
echo -en "${GN} Creating Service file photoprism.service... "

Loading…
Cancel
Save

Powered by BW's shoe-string budget.