Thomas Karolski

Results 14 comments of Thomas Karolski

Would also like to know, which license the code is under.

Thanks, I think patching the Authorizer might be the way to go: * Look for a particular header (e.g. `X-Remote-User` or similar) * If set, use it to lookup an...

So I've successfully set up apache to provide a `x-remote-user` header with the users Name. However, I'm sort of stuck with creating a profile. My current approach is very simple....

Thanks so far. It definitely works better already, I'll push the changes onto a fork later today. However I appear to be having issues to use grist with a reverse...

Ah, that must be it. `buildtools/prepare_python.sh` invokes `/bin/bash` and I'm on nixos, which does not have `/bin/bash`. I've ignored the error. Sorry about that. I'll patch the uses of `/bin/bash`...

I've come further. The header is being interpreted correctly, and I can see myself logged in with the email that was passed via `x-remote-user`. However, when creating a new document...

I can change the access rights on the document to public, at which point I can view it. However, when attempting to add a row, I get: ``` 2022-03-08 20:03:38.635...

Thanks, this worked! Would you want this in your upstream branch? If yes, I would consider refactoring this, though I'm really not sure how to best go about that. Maybe...

Alright, I'll try that and also add an environment variable to configure the feature. Any preferences on where such a method should live?

Alright, I've updated my pull request. Before this, I've never written a single line of typescript, so I hope I did not do anything too obviously stupid (had to read...