Skip to content

Commit

Permalink
Whitelist PhotoPrism WebDAV endpoints (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Nieman <[email protected]>
  • Loading branch information
nevets963 and tyler-dot-earth authored Jul 1, 2022
1 parent 130ff67 commit 04c31a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions photoprism/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ services:
environment:
APP_HOST: $APP_PHOTOPRISM_IP
APP_PORT: $APP_PHOTOPRISM_PORT
# These endpoints are protected by HTTP Basic Auth by Photoprism.
# More details here: https://docs.photoprism.app/user-guide/sync/webdav/#server-url
PROXY_AUTH_WHITELIST: "/originals/*,/import/*"
web:
image: photoprism/photoprism:20210925@sha256:238e6955804d82097d08f0e4318835721f46bd844f9065a38aa7d112ab72906e
user: "1000:1000"
Expand Down
2 changes: 1 addition & 1 deletion photoprism/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: photoprism
category: Files
name: PhotoPrism
version: "20210925"
version: "20210925-build-2"
tagline: Self-host your photo and video library
description: >-
PhotoPrism® is a privately hosted app for browsing, organizing, and
Expand Down

0 comments on commit 04c31a4

Please sign in to comment.