update homeassistant configuration to ip ban if failed attempts are above 5

This commit is contained in:
Mika Bomm 2024-08-04 14:10:15 +02:00
parent 88e298b03d
commit b9a88e6a98

View file

@ -17,3 +17,5 @@ http:
trusted_proxies:
- 192.168.178.0/24 # Local IP
- 172.27.0.0/24 # Docker Network IP Subnet
ip_ban_enabled: true
login_attempts_threshold: 5