I’m determined to get the Home Assistant official app working (docker). I have zigbee working through the USB port, and overcame almost everything except for “Homekit Bridge” …I can’t get my network to see the container, turns out it could be several issues, mDNS using port 5353 which homekit advertises on too. So I tried to turn that off on TrueNAS, but it won’t let me because I’m using Time Machine backups. Another option was to allow the jailed app (I’m guessing these are docker containers) to use the host network “–net=host” but there is no where to set this, maybe under “Additional Environment Variables”? But what is the format? Should “Name” be “net” and “Value” should be “host”?