Hi Guys,
Apologies if I’ve posted this in the wrong category, I wasn’t sure of where it would fit best.
I am having issues with a few addons that I’ve installed on my raspi 4 through supervisor.
Of the 4 add-ons I have installed thus far (ESPHome, InfluxDB, Grafana, Node-Red), ESPHome and NodeRed are the only two that present a web page when you open their web ui from within HA.
The other 2 (InfluxDB, Grafana) both present a " 403 Forbidden" when attempting to browse to them.
Upon inspecting logs, I see these kinds of messages:
2021/08/20 18:38:22 [error] 479#479: *1 access forbidden by rule, client: 172.30.32.1, server: a0d7b954-grafana, request: "GET / HTTP/1.1", host: "192.168.8.10:8123", referrer: "http://192.168.8.10:8123/a0d7b954_grafana"
2021/08/20 18:38:32 [error] 479#479: *2 access forbidden by rule, client: 172.30.32.1, server: a0d7b954-grafana, request: "GET /api/health HTTP/1.1", host: "172.30.33.1:1337"
2021/08/20 18:16:44 [error] 797#797: *1 access forbidden by rule, client: 172.30.32.1, server: a0d7b954-influxdb, request: "GET / HTTP/1.1", host: "192.168.8.10:8123", referrer: "http://192.168.8.10:8123/hassio"
21-08-20 18:30:26 WARNING (MainThread) [supervisor.misc.tasks] Watchdog missing application response from a0d7b954_grafana
21-08-20 18:32:26 WARNING (MainThread) [supervisor.misc.tasks] Watchdog found a problem with a0d7b954_grafana application!
This leads me to believe that there is a configuration somewhere I need to modify to prevent it from restricting access via ingress to specific IP ranges?
I’ve been pulling my hair out over this for a few days.
Any help would be greatly appreciated!
Cheers,
KC.