Replies: 1 comment 2 replies
-
The login request for "default" is backrest checking if you are a first time user, "default" is the default username if none has been created yet. Re: your auth problems, is authelia possibly stripping the Authorization header from the request? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to protect the backrest ui with authelia, and I am using traefik as proxy.
I add backrest domain as authelia protected site, which works. I can login through authelia, I am then greeted with the backrest page. And when I try to log in to that page I get the "loggen in" alert, but quickly I am facing the login page again.
In the logs I see
admin is the user I am trying to login with, so I don't know why it says that there's a login request from "default"
In the browser console I get 201 and "No authorization header"
anyone got any ideas?
Beta Was this translation helpful? Give feedback.
All reactions