Struggling with WebDAV Setup for PhotoPrism Behind NGINX Proxy Manager #3322
Peterpumpe
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm attempting to set up WebDAV for PhotoPrism behind an NGINX Proxy Manager but encountering difficulties. My setup includes:
PhotoPrism is configured on port 2342; NGINX runs on ports 80 and 443. My goal is to synchronize photos from a QNAP NAS via WebDAV with PhotoPrism. However, I am encountering a "Method Not Allowed" error.
Here's my Docker stack for the NGINX Proxy Manager:
yaml
And here's my Docker stack for PhotoPrism:
yaml
In the NGINX Proxy Manager, under "Advanced," I have added the following configuration:
yaml
*[IP-of-PhotoPrism-Container]/[127.0.0.1]/[IP-of-Rootserver]
Despite these settings, I continue to receive errors suggesting that the requests are not being properly forwarded by the NGINX server to PhotoPrism.
My questions are:
Any help or guidance would be greatly appreciated. Thank you in advance!
Best regards, Peter
Beta Was this translation helpful? Give feedback.
All reactions