Jonathan Kirszling
Jonathan Kirszling
There is no Minwaita theme on NixOS https://nixos.org/nixos/packages.html?channel=nixos-unstable&query=Minwaita Do you know any other Gtk theme which could be a workaround ?
On NixOS, ``adapta-gtk-theme`` give 18px height
This seems to work for me : https://github.com/eoli3n/dotfiles/blob/master/roles/waybar/files/waybar/waybar.sh#L11
Up ?
The script hardcode to use tar, instead of bsdtar.
I tried to configure php8.2-fpm as In ``/etc/php/8.2/fpm/php.ini`` ``` [curl] ; A default value for the CURLOPT_CAINFO option. This is required to be an ; absolute path. curl.cainfo=/usr/local/share/ca-certificates/ca.crt [openssl] ;...
Reading https://github.com/BookStackApp/BookStack/issues/1922 didn't help
It seems that the server certificate miss a SAN, so maybe the issue is not related to BookStack. I'll update this ASAP.
We fixed the problem with the missing SAN, other services run with verified LDAPS. But BookStack still have problem to authenticate with LDAPS. We are switching to LDAPS, and port...
> Just to confirm, have you restarted both nginx and php-fpm Yes, I restarted both at each test. > Alternatively, you could try interacting with the /etc/openldap/ldap.conf file directly Is...