add: security setting
This commit is contained in:
parent
e77374c5ac
commit
80b8b3c152
|
|
@ -1,3 +1,5 @@
|
|||
# https://www.home-assistant.io/integrations/http/
|
||||
#
|
||||
http:
|
||||
ssl_certificate: /ssl/cert.pem
|
||||
ssl_key: /ssl/privkey.pem
|
||||
|
|
@ -5,3 +7,5 @@ http:
|
|||
trusted_proxies:
|
||||
- 192.168.178.70
|
||||
- 127.0.0.1
|
||||
ip_ban_enabled: True
|
||||
login_attempts_threshold: 5
|
||||
Loading…
Reference in New Issue