Hi,
I need access to a folder via HTTP for share some images. I try access to “media” folder via http:
http://homeassistant.local:8123/media/local/tvidle.jpg
but it return 401, because access token is required.
I try allow access via configuration, but not working:
homeassistant:
allowlist_external_urls:
- "http://homeassistant.local:8123/media/local"
- "http://homeassistant.local/media/local"
- "http://homeassistant.local:8123/media/local/tvidle.jpg"
allowlist_external_dirs:
- "/media"
- "/share"
I try “share” folder too, but I don`t know which URL is for this folder:
- http://homeassistant.local:8123/local/share/tvidle.jpg
-
http://homeassistant.local:8123/share/tvidle.jpg
… not working.
For some custom panels I need access to a images as background etc. directly without token. But I dont know where can I place it and how get HTTP.
Thank you for any help.