eleith
eleith
@BeryJu comment in https://github.com/goauthentik/authentik/issues/4496#issuecomment-1400898062 seems to relate to the root of this issue as well in the instance web site on the providers page, on the setup section, my [standalone](https://github.com/goauthentik/authentik/blob/c8e074c363ca47e997753dc08857ed304cfa4c1f/website/docs/providers/proxy/_nginx_standalone.md?plain=1#L46)...
the following thread seems relevant: https://forum.gitea.com/t/gitea-keycloak-login-session-time/9869 and i can confirm, when using local login, i have a `gitea_incredible` cookie set to the `LOGIN_REMEMBER_DAYS` offset. but with OIDC login, no such...
the implementation requires some intermediate steps (grab the domain and do a DNS lookup to see if the domain supports avatar lookup, and if it does, pull the image else...
overlapping with https://github.com/calcom/docker/issues/343 docker builds are failing (reproducible locally and in [this repos build/deploy actions](https://github.com/calcom/docker/actions/workflows/docker-build-push-dockerhub.yml))
``` diff --git a/yarn.lock b/yarn.lock index ef4d01537..58fdd796e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3947,6 +3947,16 @@ __metadata: languageName: unknown linkType: soft +"@calcom/google-tag-manager@workspace:packages/app-store/google-tag-manager": + version: 0.0.0-use.local + resolution: "@calcom/google-tag-manager@workspace:packages/app-store/google-tag-manager" + dependencies:...
@krumware , thanks for the heads up, i can confirm, it build/works for me.
i can replicate this bug and it does seem to mostly affect self hosted users with subdomains. when this bug appeared, there were no changes to my settings, so this...