1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-03-06 22:39:04 +00:00

Update photoprism-install.sh ()

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

@ -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'