Gladys on Unraid

I’ve built a fix (dev, not prod), available on the following Docker tag:

gladysassistant/gladys:fix-zigbee2mqtt-get-container-id

I’m looking for testers with custom installations to install this image and see if it resolves the issue for launching the Zigbee2mqtt integration and the MQTT integration.

I’m also looking for « classic » testers to verify that it hasn’t broken normal functionality :slight_smile:

The image can be tested like this for example:

--log-opt max-size=10m \
--restart=always \
--privileged \
--network=host \
--cgroupns=host \
--name gladys \
-e NODE_ENV=production \
-e SERVER_PORT=80 \
-e TZ=Europe/Paris \
-e SQLITE_FILE_PATH=/var/lib/gladysassistant/gladys-production.db \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /var/lib/gladysassistant:/var/lib/gladysassistant \
-v /dev:/dev \
-v /run/udev:/run/udev:ro \
gladysassistant/gladys:fix-zigbee2mqtt-get-container-id```

To test with a custom install, you need to modify the volume (this line: `-v /var/lib/gladysassistant:/var/lib/gladysassistant \`) to set the host directory you want to use :)