Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/e57a7f66c128fd94ddf3ddcdf5df7acec47c083f?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -29,7 +29,7 @@ $STD apt-get install -y darktable
msg_ok "Installed Dependencies"
msg_ok "Installed Dependencies"
msg_info "Installing PhotoPrism (Patience)"
msg_info "Installing PhotoPrism (Patience)"
mkdir -p /opt/photoprism/{ cache,photos/originals,photos/import,storage,temp}
mkdir -p /opt/photoprism/{ cache,config, photos/originals,photos/import,storage,temp}
wget -q -cO - https://dl.photoprism.app/pkg/linux/amd64.tar.gz | tar -xz -C /opt/photoprism --strip-components= 1
wget -q -cO - https://dl.photoprism.app/pkg/linux/amd64.tar.gz | tar -xz -C /opt/photoprism --strip-components= 1
if [ [ ${ PCT_OSTYPE } = = "ubuntu" ] ] ; then
if [ [ ${ PCT_OSTYPE } = = "ubuntu" ] ] ; then
wget -q -cO - https://dl.photoprism.app/dist/libheif/libheif-jammy-amd64-v1.17.1.tar.gz | tar -xzf - -C /usr/local --strip-components= 1
wget -q -cO - https://dl.photoprism.app/dist/libheif/libheif-jammy-amd64-v1.17.1.tar.gz | tar -xzf - -C /usr/local --strip-components= 1