Jelle van der Waa
Jelle van der Waa
Looks as it's extracting fine but it makes a data-src instead of a src attribute for the img tag.
Yes, I think we will switch our packaging over to this version, thanks!
That is a good point! This will need some design on where to put a `connect` button.
> Cockpit version: 314 Cockpit-podman version: 86 Podman version: 4.9.4 OS: Fedora Linux 39 (Server Edition) > > I'm trying to setup Nextcloud. I got it working fine, but added...
We have `pkgctl aur drop-from-repo` now
On Arch Linux with 3.12 we get: ``` stestr.tests.test_return_codes.TestReturnCodesToxIni.test_history_empty ----------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/build/python-stestr/src/stestr-4.1.0/stestr/tests/test_return_codes.py", line 336, in test_history_empty self.assertEqual("", "\n".join([x.rstrip() for x in table.split("\n")]).strip())...
gpgme dropped `gpgme-config` which is used on *nix, so this should be changed in a PR to support both scenario's. The path above is drops Windows support.
I've fixed this problem with an nginx location rule and basic auth (ofcourse servering on https) ``` location ~ /auth/realms/[a-z]+/metrics { auth_basic "Prometheus exporter"; auth_basic_user_file /etc/nginx/auth/prometheus; proxy_set_header Host $host; proxy_set_header...
Yes, we should switch as we also run it from a venv in production :sweat_smile: It is forked into https://github.com/seb-m/pyinotify/issues/204 I'll look for some other alternatives.
We uncovered an issue when we don't provide a username and set the location to `example.com` but do set kdump_ssh_server and kdump_ssh_user. This would lead to a kdump.conf with ```...