Results 2848 comments of MichaIng

#1727 caused a change in the output. I will try to fix it. EDIT: Okay no sure what is wrong with that one: - `TEST.md` contains 12 URIs - The...

Not sure what this has to do with motionEye, but interesting topic. So HEVC plays on Android, but nothing else (which indeed is unexpected), and everything else plays on Chrome...

I never understood why it has "lite" in its name 😄.

> Want to create a PR for that? After #1733 has been merged, because it affects the same code sections and tests.

Is Nextcloud itself probably redirecting that for some reason? The Lighttpd does not mess with that part of the URL 🤔: ``` url.rewrite-if-not-file += ( "^/nextcloud/((core/ajax/update|cron|public|remote|status|ocs/v[12]|richdocumentscode(_arm64)?/proxy)\.php|ocs-provider/|updater/)" => "", "^/nextcloud(.*)" =>...

Okay, for Nextcloud internal link URLs, it is theoretically pretty simple: Nextcloud just requires the environment variable `front_controller_active` to be set to `true` in PHP. Will test later, but something...

Many thanks for your reports. I will have a look next dev cycle. Sources to look at: - Mainline Linux 6.12 device tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts?h=linux-6.12.y (the LEDs are defined there) -...

Since I expect LED nodes at a different path, is this empty as well? ```sh ls -l /sys/class/leds/ ``` And do the device tree nodes exist? ```sh ls -l /proc/device-tree/leds/...

So the device tree nodes exist, associated with a driver via `compatible = "gpio-leds";` the same way like on most other SBCs, but the driver fails to set up the...

Let's see what happens if we disable `led-0`, since there was no error for `led-1`: ```sh sudo apt install device-tree-compiler sudo mkdir -p /boot/overlay-user cat /dev/null /dts-v1/; /plugin/; / {...