Florian Wickert
Florian Wickert
These changes to the nginx config files/templates make IPv6 work. For IPv6-only setups this solves a more complex problem where you need to initially start the container with Let’s Encrypt...
The systemd journal supports storing extra fields (check/alarm/action name, ..) along with the message. To be able to implement this with the log crate, the currently unstable `kv_unstable` feature is...
It would be good to have the option to use a config directory as an alternative to the single config file. See #20
The error state possibly shadows the good/bad state. It would be good to have placeholders available in the error action that indicate which state is shadowed (uuid, maybe timestamp, ..).
If an action fails, it will be logged but that's all right now. It would be better to retry the action on the next trigger.
Debian bullseye reached its EOL so it's time to move to bookworm.
I guess this module is unmaintained but I found a bug that leads to a segfault when large messages are sent. Neither the coredump backtrace, pdb nor faulthandler helped me...
The `hat_map.dtb` map file introduced in [this commit](https://github.com/raspberrypi/linux/commit/3a44d1cb497e2c28bdcbda21369111287be953db) is not currently mentioned anywhere in the device tree documentation. It seems like it should be documented alongside `overlay_map.dtb`, likely in the...
hat_map.dtb is required by the firmware to match HAT UUIDs from EEPROM data to their corresponding device tree overlays during boot. Without this file, HATs may fail to initialize properly...