You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set up DumbDrop in combination with CalibreWeb's automated ingest folder.
I am running Dumbdrop behind a reverse proxy using Nginx Proxy Manager (NPM), serving it under a subpath /watchfolder/ at: https://calibre.example.com/watchfolder/
I have set my base url in docker to: BASE_URL: "https://calibre.example.com/watchfolder/"
However, Dumbdrop ignores the BASE_URL setting and continues to send API requests to: https://calibre.example.com/api/upload/init instead of: https://calibre.example.com/watchfolder/api/upload/init
As a result, the API requests are sent to CalibreWeb instead of Dumbdrop, causing the upload process to fail.
When I host Dumbdrop on a dedicated subdomain (e.g., https://watchfolder.example.com), everything works fine.
This is my advanced setup I set up in the custom location in NPM:
Not both combined, if you're able to set it up as either of those configs it should work, but this is a scenario we can look at implementing potentially
I am trying to set up DumbDrop in combination with CalibreWeb's automated ingest folder.
I am running Dumbdrop behind a reverse proxy using Nginx Proxy Manager (NPM), serving it under a subpath
/watchfolder/
at:https://calibre.example.com/watchfolder/
I have set my base url in docker to:
BASE_URL: "https://calibre.example.com/watchfolder/"
However, Dumbdrop ignores the BASE_URL setting and continues to send API requests to:
https://calibre.example.com/api/upload/init
instead of:https://calibre.example.com/watchfolder/api/upload/init
As a result, the API requests are sent to CalibreWeb instead of Dumbdrop, causing the upload process to fail.
When I host Dumbdrop on a dedicated subdomain (e.g.,
https://watchfolder.example.com
), everything works fine.This is my advanced setup I set up in the custom location in NPM:
Is there a way to make this setup work with a subpath
/watchfolder/
, or is it simply not feasible?The text was updated successfully, but these errors were encountered: