Playing around with Dashboard 2.0. Can I set an App Icon out of a local path or does it have to be a http url?
I tried local path but it did not work. Is using png format ok?
You can can use any image that is served.
Either adjust your node-red settings.js to include a httpStatic
entry so it can be served, or serve it using http-in
-> file-node -> http-response
Thanks. Using http-in way works for me. file node output to be set to single buffer object