Michael Thomas

Results 23 comments of Michael Thomas

Here's a random small tweak that I think would help make the application interface a bit easier to navigate (and more colorful), color coded action buttons: ![image](https://user-images.githubusercontent.com/18223295/132581109-d04b077c-2d65-4610-9749-6c2d2ac53b26.png) Thoughts?

Maybe something like this for container statuses as well: ![image](https://user-images.githubusercontent.com/18223295/132585273-f1d3f272-8870-4e85-889e-86c5bd16ed7a.png)

You're so right! I assumed it didn't work as I couldn't get dragging the items to make the page scroll, but turns out if I just zoom out my browser...

Uh oh... I'm pretty sure that means you made it to the second page but aren't logged in with Plex or Jellyfin, which probably means the login failed and I...

@Fallenbagel Found the bug and am working on a fix. Got a question...right now there's a value for `MediaServerType.EMBY` that's essentially unused, since emby is actually treated as `MediaServerType.JELLYFIN` with...

Ok sweet. I'll test Emby with my current implementation to make sure everything works as expected, and when it's implemented properly there will probably be some changes that need to...

@Fallenbagel resolved the merge conflicts. OIDC is working great for me (using authentik) but would love to have some others test with different OIDC providers.

> > @Fallenbagel resolved the merge conflicts. OIDC is working great for me (using authentik) but would love to have some others test with different OIDC providers. > > Is...

> Howdy, > > I am excited to see this MR, its certainly something that is missing in my setup and hence i (somewhat selfishly) want to help. > >...

> I wanted to test it further so I ran > > ``` > docker build -t oicd-jellyseerr -f Dockerfile . > docker tag oidc-jellyseerr:latest myharbor.xyz/testing/oidc-jellyseerr:develop > docker push myharbor.xyz/testing/oidc-jellyseerr:develop...