I have this HA auth configuration, which works well for me. However, it only allows for users on the local network, and I don’t use HADashboard, so I have no idea if it would work for that.
auth_providers:
#- type: homeassistant
- type: trusted_networks
http:
# Uncomment this to add a password (recommended!)
api_password: PASSWORD
trusted_networks:
- 127.0.0.1
- ::1
- 192.168.0.0/24
- fd00::/8
Looking at your ip addresses, it looks like you would need to change the 192.168.0.0 to 192.168.10.0
And, by the way, could you please format your original post using the instructions in the big blue box at the top of the page, so that others can read see the indentation correctly.