Update photoprism-install.sh (#105)

Wrong password entered in script ("Helper-Scripts.com") compared to website ("changeme").
This commit is contained in:
Amaury Libert 2024-11-06 23:43:06 +01:00 committed by GitHub
parent 83975f1ba4
commit 97008d0273
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ fi
ldconfig
cat <<EOF >/opt/photoprism/config/.env
PHOTOPRISM_AUTH_MODE='password'
PHOTOPRISM_ADMIN_PASSWORD='helper-scripts.com'
PHOTOPRISM_ADMIN_PASSWORD='changeme'
PHOTOPRISM_HTTP_HOST='0.0.0.0'
PHOTOPRISM_HTTP_PORT='2342'
PHOTOPRISM_SITE_CAPTION='https://Helper-Scripts.com'