Results 226 comments of 9p4

You can disable authentication and have zero-ui be protected by the reverse proxy which implements LDAP or OpenID or whatever.

When I was working on my PR, Husky didn't fix all of the linting issues (I still had to use `yarn lint:eslint` to make the CI pass).

Yes I know, I just use the linter output to check if the code will be passed in CI. Husky doesn't fix everything.

I have just disabled git hooks entirely: `git config --global core.hooksPath /dev/null`

For me, it's more of a security concern. I don't want git to run anything unless if I tell it to. It is not obvious that a repo has hooks...

See #4447: TL;DR: you need to whitelist some paths with HTTP basic auth.

I'd refrain from merging then. Any eta for when the restructuring will be completed (or started)? It seems like the last bit of activity was two years ago. Furthermore, more...

Apache configs have to be updated with ``` OIDCSessionMaxDuration 60 OIDCStateMaxNumberOfCookies 10 true ``` if using OIDC on Apache. I'll put together docs for using OpenID connect with this later.

After updating the Apache config (see original comment), PWAs and reauth all seem to be working. I'll daily drive this for a few days and let you all know how...

The UX for PWAs seem to be at what is expected: sign in on Safari, add to home screen, sign in again in the PWA. Occasional reauths required (done in...