I can access my cloudflare instance just fine through my subdomain ha.example.com, but I can't seem to be able to access any of my locally hosted files in the /www directory.
However, when I try to access them locally via homeassistant.local:8123/local/filename.mp3 that seems to work just fine. I even tried to port forward and I was able to access them through my public IP.
#cloudflare tunnel not letting me access local files in local homeassistant/www/ directory
1 messages · Page 1 of 1 (latest)
cloudflare tunnel not letting me access local files in local homeassistant/www/ directory
https://yoururl/local/filename.mp3 should work
works fine here with the Cloudflare addon...
Bless your soul. It seems like I kept dropping the https:// from the url by accident. It works now!
Btw, do you know if I can setup authentication to files hosted locally and have my automations somehow contain that authentication?
I know it’s setup to not need authentication by design
But I just would like the files to not be publicly available to anyone and everyone