Problem to access my static files under /local/… : 403 forbidden
Running HA 2025.3.2 on RPI 5
Went through different discussions but without luck so far.
IP ban has been disabled. There is NO IP_ban present under /config.
What can still block the access to my local files ?
Tried http://my-local-ip-adress:8123/local > 403
Tried http://my-local-ip-adress:8123/local/myJpegs/ > 403
When trying http://my-local-ip-adress:8123/local/xxxx > 404 which is normal since xxxx doesn’t exist.
Is there a way to enable a debug mode to get more details about the cause of all this ?
In configuration.yaml :
http:
ip_ban_enabled: false
I tried adding this /local/myJpegs/ directory to allowlist_external_dirs : such a reference to internal directories is just refused by HA (makes sense).