Dear all.
I’m using HASS 2023.8.3 on a Raspberry Pi 4 behind Traefik-Proxy.
Web-Access in LAN and WAN works with pw-authentication.
Is it possible, to disable the password in LAN (192.168.200.*), but keep it active for WAN (https://hass.example.com)?
I think, I have to manage this in the configuration.yaml - but what to do?
Thanks so much.
Actually I’m using:
homeassistant:
auth_providers:
- type: trusted_networks
trusted_networks:
- 192.168.200.0/24
- fd00::/8
Accessing via LAN works w/o password. But accessing via Domain results in an error, that says, the computer is not allowed.
Kangaroo72