fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
983 stars 32 forks source link

Blank openid access #290

Closed webysther closed 1 year ago

webysther commented 1 year ago

Hi, great project! But sometimes I got a blank login page:

image

I have openid authelia and works well in other services in my homelab, on WUD the time in time I got this screen without any error in log or in frontend console, when restart the container works again.

Any advice?

fmartinou commented 1 year ago

Hi,

This happens when wud starts before Authelia. At the startup, wud calls authelia to discover some Openid metadata. When the call fails, wud disables the Authelia integration; that's why you see a blank login page... until you restart wud.

I should probably change the code to make this call "on-demand" instead at startup only; it will be more resilient.

webysther commented 1 year ago

Make sense, I need to restart authelia because dont support reload yet

webysther commented 1 year ago

As a temporary fix, enable basic auth:

image