Http integration error 403

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).

Not sure of your network or setup, but try

http:
  use_x_forwarded_for: true
  trusted_proxies:
     - 172.30.33.0/24
     

I’m not in a context of reverse proxy.
The situation as described is purely local.

I tend to think the issue is more security related than routing related.
So … ?

If you are local, http: should be an issue.

This statement indicated you may have been external…

What do you mean ?

Put them in www