Hi,
I currently have 2 HA instances say ha-main.local
and ha-camera.local
I set up the Frigate add-on and integration in ha-camera.local
The entities work perfectly with http://ccab4aaf-frigate:5000/
Then I try to make it sharable with ha-main.local
I installed Frigate Proxy add-on in ha-camera.local
and set http://ccab4aaf-frigate:5000
as the server in config.
When I enter http://ha-cam.local:5000/api/stats
in browser, it shows 403 Forbidden
from nginx.
There are error lines in the Frigate Proxy add-on log: access forbidden by rule, client: 192.168.0.3, server: ccab4aaf-frigate-proxy, request: "GET /api/stats HTTP/1.1", host: "ha-cam.local:5000"
How could I update the rule so that ha-main.local
and other devices on LAN could access the Frigate data?
Thanks!