Dear friends
I have a logo picture (logo.png) in node red main folder :
~/.node-red/Public
I used a ui_template to show it.
Every thing is OK and it shows in dashboard.
Now the problem is, every timeI reboot, I need to re-authorize to see the picture.
I edit httpStatic from :
Yes, but as you have it (node-red / dashboard) secured, its, erm, secured & thus needs security credentials to be accessed!
Thats why i suggested a workaround - setting up another (unsecured) end point.
You can server the single file if you want (i.e. use a fixed endpoint that only returns the one file)
There may be other solutions but I see no reason for resisting this as a solution?
If you want greater control over things, then perhaps consider ui-builder. you dont get anywhere near the amount of hand holding dashboard gives you - but you can do pretty much anything you want.