Jakub Jirutka

Results 331 comments of Jakub Jirutka

> garde doesn't store or output the values anywhere for security reasons (validator#157). This is only relevant for a small fraction of use cases and it can be easily handled...

I ran into this today, but don’t know where’s the root of the problem yet.

Ah, I know why, `CONFIG_EFI_STUB` is not enabled in linux-lts on aarch64. However, it’s enabled in linux-edge. I’ve opend [alpine/aports#15243](https://gitlab.alpinelinux.org/alpine/aports/-/issues/15243). …but it seems that it’s not the only issue.

This should be fixed now by #5.

Ah, I forgot about it, I’m gonna enable it.

It’s built with the Redis store now ([nginx-mod-http-keyval](https://pkgs.alpinelinux.org/package/edge/main/x86_64/nginx-mod-http-keyval)). I’ve also really added it to [nginx-binaries](https://github.com/jirutka/nginx-binaries/) (but not for Windows for now, it’s a bit more complicated) – I though that...

> What's your use case? Packaging rustic for Alpine Linux. > Why is this change needed and what does it improve/solve? Bundling (static linking) TLS library is a very bad...

> if the features are mutually exclusive, could you throw a compile error in lib.rs, in case both are turned on? Sure, done.

I’d love to have this feature, but since `njs` doesn’t provide the modules loader (you cannot use import/require), it’s not so easy to implement it. Since it’s not so important...

Hi, that’s because I always build nginx with the latest modules and dependencies at the time. njs is a separate module, it’s not shipped within the nginx tarball, so what...