Hi, i cant seem to create an image template with local image located in “/local/images/image.png”, it just displays the name i specified. Any tips? I dont want to point to external url.
Well its working with direct link to an image, like i posted in previous reply:) But i dont want that
If u use picture card that points to /local/images/wifi.png it works, but cant click it to show larger image
Yeah, if it was called uri I’d expect a file path to be accepted too.
Ildar, I don’t disagree with your need though: I path (local file path or relative URL path) would make sense, but I’m just being pedantic here. The key would have to be renamed.
the files in www, or /local, are not protected.Thats why I had tried to first serve those from within the folder I save my snapshots in, in the /media share (opposed to the /config share).
But that requires one to always use a secure connection over https://, and I don’t do that locally, so my Frontend shows the broken image placeholder.
For now, Ive moved to the local version instead, but maybe some of the other options allow us to use the /media path and still be on http:// connection.
fles that challenge. It allows to use the protected /media source files, and still have an updated image in the Frontend.
Just thought this could be helpful in the quest for serving those images and keep safe.
(there is ofc another ‘issue’ with the solution for the /media solution: it does not show the date of the taken snapshot as the new image format does, it shows the state of the camera. Why it does that I am not sure, but that is what is does…)