I have two Pi’s I want to access each dashboard without login.
I followed this steps:
and have this config:
homeassistant:
auth_providers:
- type: trusted_networks
allow_bypass_login: True
trusted_networks:
- 10.0.24.13
- 10.0.24.14
trusted_users:
10.0.24.13: 0a3a0ac689a045269ddee1bc87018da4
10.0.24.14: 0a3a0ac689a045269ddee1bc87018da4
- type: homeassistant
10.0.24.13 and 10.0.24.14 are the two pi’s
I am getting this:
Extra info: I am using SSL and revese-proxy in pfsense, https://home-assistant.mydomain.com/monitor-1
This is also in my config:
http:
use_x_forwarded_for: true
trusted_proxies:
- 10.0.24.0/24
- 10.0.1.0/24
Any solution?