We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e04db0 commit d73f8f2Copy full SHA for d73f8f2
install/photoprism-install.sh
@@ -42,7 +42,6 @@ wget -q -cO - https://dl.photoprism.app/pkg/linux/amd64.tar.gz | tar -xz -C /opt
42
LIBHEIF_URL=$(wget -q -O - "https://dl.photoprism.app/dist/libheif/" | grep -oP "libheif-$(lsb_release -cs)-amd64-v[0-9\.]+\.tar\.gz" | sort -V | tail -n 1)
43
wget -q -cO - "https://dl.photoprism.app/dist/libheif/$LIBHEIF_URL" | tar -xzf - -C /usr/local --strip-components=1
44
ldconfig
45
-chown -R /opt/photoprism/photos/originals
46
chmod -R 755 /opt/photoprism/photos/originals
47
cat <<EOF >/opt/photoprism/config/.env
48
PHOTOPRISM_AUTH_MODE='password'
0 commit comments