-
Hi, I started using ryot and having a problem a startup. I'm using authelia for SSO and set "USERS_DISABLE_LOCAL_AUTH=true". I looks like ryot is started before authelia comes up. So ryot tries to connect to Authelia, but fails at startup. I just see a blank page where the OIDC button is missing. I have to manually restart the container. Is it possible that ryot checks in intervals for the OIDC connection or can I delay the start of the ryot container in some way? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
You can use the |
Beta Was this translation helpful? Give feedback.
-
It might be possible to integrate wait-for-it in Ryot but I am not sure how it would handle it gracefully. |
Beta Was this translation helpful? Give feedback.
-
Released |
Beta Was this translation helpful? Give feedback.
Released
v6.2.5
withSERVER_SLEEP_BEFORE_STARTUP_SECONDS
env variable (defaults to 0). You can use that in combination with/health
endpoint to check service healthiness.