Updates
This commit is contained in:
parent
3c40ee265d
commit
8fc6880290
@ -8,6 +8,10 @@ homeassistant:
|
|||||||
time_zone: Europe/Berlin
|
time_zone: Europe/Berlin
|
||||||
allowlist_external_dirs:
|
allowlist_external_dirs:
|
||||||
- '/tmp'
|
- '/tmp'
|
||||||
|
auth_providers:
|
||||||
|
- type: trusted_networks
|
||||||
|
trusted_networks:
|
||||||
|
- 10.10.10.0/24
|
||||||
|
|
||||||
|
|
||||||
http:
|
http:
|
||||||
@ -15,9 +19,8 @@ http:
|
|||||||
trusted_proxies:
|
trusted_proxies:
|
||||||
- 127.0.0.1
|
- 127.0.0.1
|
||||||
- ::1
|
- ::1
|
||||||
- 192.168.1.2
|
- 10.10.10.0/24
|
||||||
- 192.168.1.1
|
- 172.30.32.0/24
|
||||||
- 192.168.1.16
|
|
||||||
- 172.30.33.0/24
|
- 172.30.33.0/24
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user