lenaxia

Results 12 comments of lenaxia

For a great example of something basic, hajimari is a good place to start. https://github.com/toboshii/hajimari

Hi, any news on this? The other issue was closed without comment and it doesn't look like sleep sync is working

There's also this issue: https://github.com/sct/overseerr/issues/1555 I'd make an argument here again for the implementing Forward Authentication. Because it'd also give us LDAP support for free since, for example, Authelia would...

@nightah I'm not as familiar with OIDC, but from my experience, OIDC requires, in this case, Overseerr to be exposed at the front end and it just momentarily redirects to...

@nightah My biggest concern for this is that as you show, the grafana login page is presented before any authentication occurs. Meaning a bad actor now has access to the...

Thanks for the clarification nightah. At this point this is purely for my education, so I appreciate you humoring me. Just to make sure I understand, we have 3 scenarios:...

I've tried spinning up the oidc-support branch without much luck. I'm running into the issue that the protocol is wrong. Call back keeps going back to http, specifically this line:...

(I'm using Authelia) hard coded both lines to https, and now hitting an error where overseer doesn't understand scope? After granting permissions, I get sent to the callback url: ```...

I want to revisit this issue and unequivocally state that I would prefer forward auth over OIDC now that I have a better understanding of the details (and after having...

I'll try to get it spun up this weekend. Looking forward to it!