This repository has been archived by the owner on Jun 29, 2024. It is now read-only.
Replies: 1 comment
-
I just setup Authentik for my Paperless service and for me adding That curl --header "Authorization: Basic $(echo -n "USERNAME:PASSWORD" | base64)" https://paperless.domain.tld/api/documents/ (replace USERNAME and PASSWORD with Paperless's user credentials (not your Authentik credentials)). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using paperless behind Traefik and use authentik to handle authentication.
The app is located at
https://paperless.domain.tld
.I tried to allow
^/api/.*
using authentik's "Unauthenticated Paths" but I always get an error when trying to login with the app.Even if I allow all paths (
^.*
), resulting in no login requests when I usecurl
or the browser, I get the same error within the app:Beta Was this translation helpful? Give feedback.
All reactions