Browse Source

Whitelist PhotoPrism WebDAV endpoints (#58)

Co-authored-by: Tyler Nieman <tyler@tsnieman.net>
main
Steven Briscoe 3 years ago
committed by GitHub
parent
commit
04c31a4b98
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      photoprism/docker-compose.yml
  2. 2
      photoprism/umbrel-app.yml

3
photoprism/docker-compose.yml

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

2
photoprism/umbrel-app.yml

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

Loading…
Cancel
Save