This repository was archived by the owner on Jun 29, 2024. It is now read-only.
App URL to access paperless #53
Answered
by
qcasey
joelang1699
asked this question in
Q&A
|
I have paperless hidden behind Organizr/Nginx so that I less a user is logged into Organizr they get a 401 error. Due to this the android app is blocked naturally however it possible on Nginx to pass through the request if the specific URL is known in the nginx config file, eg with sonar it's URL/sonar/API What is the URL that the app uses? I was lead to believe it's /static/? See the lower block where it's states auth_request off. |
Answered by
qcasey
Sep 15, 2021
Replies: 2 comments 2 replies
|
The app uses /api/ Paperless-ng also uses /static/ and /ws/ in the web frontend I believe. |
1 reply
Answer selected by
joelang1699
|
I use Authelia, so trying to follow the above, I can login and see document list/names...but I cannot actually view or download anything. I've tried the following: and... Anything obvious missing above? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The app uses /api/
Paperless-ng also uses /static/ and /ws/ in the web frontend I believe.