Emeric Chassagne
Emeric Chassagne
Hi 😃 Same behaviour here with : ``` nginx version: nginx/1.20.2 built with OpenSSL 1.1.1m 14 Dec 2021 (running with OpenSSL 1.1.1o 3 May 2022) TLS SNI support enabled configure...
Solved in v11.3.0, thanks a lot :)
Hi, Yes, I did follow this Docs https://github.com/louislam/uptime-kuma/wiki/API-Keys#authenticating-using-an-api-key I didn't give a try to bearer token ...
You can take a look here ;) https://github.com/Relativ-IT/Butane-Schemas?tab=readme-ov-file#setup-vs-code-to-associate-a-schema-to-your-bu-files-whitout-setting-schema-manually
I did some work on that some month/years ago but after some tries and a new job I didn't continue to work on this subject but PR is still there...
I don't know if that help but I did add in `/etc/profile.d/electron_wayland.sh` ```shell #!/usr/bin/bash export ELECTRON_OZONE_PLATFORM_HINT=wayland ``` I'm using fedora, hope this helps :)
My 2 cents : I'm using Longhorn with Kubernetes v1.31.1 and it works fine with default argocd/helm install I did the update from v1.7.1 to 1.7.2 without any errors My...
Thanks @derekbit :) The biggest concern is in the `longhorn-driver-deployer` installation process that seems to rely on `longhorn-preflight-checker` that seems to use longhornctl So, how could I move to `environment_check.sh`...
Hi, I did try this script and ... I had to tweak it : As in [this line](https://github.com/longhorn/cli/blob/ed542a0d6bf1cc96d6bd35d1278cabf3d10c2421/pkg/local/preflight/checker.go#L425) : path to kernel config is hard coded, not a problem for...