#nodered in HA

1 messages · Page 1 of 1 (latest)

calm sphinx
#

hi i got a few pictures .jpg located via samba in \192.168.1.132\config\www
but they are not reachable via nodered, how to please? im confused

#

but if i do via terminal :

fading axle
calm sphinx
#

no, HA addon terminal

fading axle
#

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

calm sphinx
#

im in, whast else?

fading axle
#

can see if your config/www directory is mounted somewhere i guess

calm sphinx
#

pff dunno what to do here :/

fading axle
#

try home assistant directory

calm sphinx
#

ye its there

fading axle
#

so its at /homeassistant/www instead of /config/www when inside of the nodered container

calm sphinx
#

perfecto

#

thanks

fading axle
#

no problem, addons have different contexts sometimes.