#nodered in HA
1 messages · Page 1 of 1 (latest)
is your terminal in the context of the nodered container?
no, HA addon terminal
i dont use nodered so i dont know how its container is set up and what it accesses
addons are docker containers
docker ps to list the containers, find the container name of the nodered addon
then access its terminal with
docker exec -it CONTAINER_NAME /bin/bash
can see if your config/www directory is mounted somewhere i guess
try home assistant directory
ye its there
so its at /homeassistant/www instead of /config/www when inside of the nodered container
no problem, addons have different contexts sometimes.