NakedRoboticCore
NakedRoboticCore
It would be great if instead of having to edit the config.json file every time (I don't always want to fetch the same assets for each show) it would be...
I tried enabling OIDC with the following environment variables, per the documentation: ------------------------------------------------------------------- OIDC_ENABLED=true OIDC_ISSUER=https://auth.mydomain.net/authorize OIDC_CLIENT_ID= OIDC_CLIENT_SECRET= OIDC_SCOPE=openid email profile OIDC_EMAIL_CLAIM=email ------------------------------------------------------------------- When I rebuild the container I get the...