Results 2848 comments of MichaIng

I know it supports 4k, but not exactly sure about the frequencies. I guess Ubuntu uses mainline Linux? That one has limited GPU support indeed. 4k support was added quite...

I can confirm, an empty `main.css` is served:

The used `minify` command does not exist: I guess the Go bin path needs to be added to PATH or so. Or a pre-compiled executable could be downloaded and used...

Non-HTTP errors always return code `0`? It would still hide errors that happen before `curl` can evaluate things, but definitely an enhancement. I see it is somewhat difficult to collect...

Many thanks. Three thinks: 1. Does this work with KMS/DRM enabled? `/boot/dietpi/func/dietpi-set_hardware rpi-opengl vc4-kms-v3d` 2. Is the X11 config to use `fbdev` really required? `rm /etc/X11/xorg.conf.d/99-waveshare35c_xorg.conf`. Especially I am not...

Portainer 2.33.5 was just released, which fixes the issue: https://github.com/portainer/portainer/releases/tag/2.33.5 They did not fix it as elegantly as Traefik, which did it with automatic client-server API version negotiation. Portainer just...

Coincidentally a recent Docker update from 2 hours ago changed/reordered the `docker image ls -a` output, which breaks our image detection and update on a reinstall. Double-coincidentally I implemented Portainer...

This is something you should better ask at the Raspberry Pi forum or GitHub, since we use the original kernel/firmware/bootloader. Reading about it in the README: https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README Looks like there...

Right, as mentioned at the end of my post. See also #2542 in these regards.

Okay, after polishing our Weblate translation repo yesterday, today I managed to create a free (as in beer) Docker orga now: https://hub.docker.com/repository/docker/motioneyeproject/motioneye/general Not that trivial: This is based on an...