On April 4, 2024 at 07:42

Turns out my integration broke due to this commit github.com/koush/scrypted/comm which changed MDNS advertiser from MDNSAdvertiser.AVAHI when there is avahi-daemon running on the Docker host and volume mapped to /var/run/avahi-daemon/socket

Previously it was running a dedicated instance of CIAO inside the container. Would there be issues with having two MDNS servers on the same network host?

On March 10, 2024 at 17:41

Responded to @kasparsd:

The actual video quality is not great with a lot of background glare and the contrast changing drastically depending on the viewing angle.

On March 8, 2024 at 20:47

Responded to @zrail:

@zrail all the power used by the gear is dissipated as heat so you could build an insulated box to house just the gear and it should keep it warm enough. Do you know the total power consumption?

On March 3, 2024 at 07:19

Responded to @janboddez:

@janboddez There are a few individuals and companies who are batch-submitting “vulnerability reports” that rely on DB read access. Plugins storing any kind of secrets in WP options are all targeted.

I do understand the benefits of encrypting those secrets but that would require asking site owners to update wp-config.php which is the only “safe” place to store secrets in WP. Imagine each plugin asking for its own constant…