Add trusted_networks auth provider for local LAN access.
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
homeassistant:
|
||||
packages: !include_dir_named packages/
|
||||
auth_providers:
|
||||
- type: homeassistant
|
||||
- type: trusted_networks
|
||||
trusted_networks:
|
||||
- 192.168.69.0/24
|
||||
- 10.60.1.0/24
|
||||
allow_bypass_login: true
|
||||
|
||||
# Loads default set of integrations. Do not remove.
|
||||
default_config:
|
||||
|
||||
Reference in New Issue
Block a user