awestwell
awestwell
Good Evening All, I am attempting to access a variable defined in the EvaluationContex using the following final Object test = this.evaluationContext.getVariable("$context"); However from the screen shot attached you can...
Good Day 1. Install using docker-compose ``` ddns: container_name: ddns image: raptorbox/ddns-amd64 restart: always ports: - 5303:5303 - 5303:5303/udp - 50053:50053 environment: - PUID=${DOCKER_PUID} - PGID=${DOCKER_PGID} - TZ=${DOCKER_TZ} networks: shared-vlan:...