update
This commit is contained in:
@@ -110,8 +110,8 @@ recorder:
|
||||
http:
|
||||
# For extra security set this to only accept connections on localhost if NGINX is on the same machine
|
||||
# Uncommenting this will mean that you can only reach Home Assistant using the proxy, not directly via IP from other client
|
||||
ip_ban_enabled: true
|
||||
login_attempts_threshold: 10
|
||||
ip_ban_enabled: false
|
||||
login_attempts_threshold: 100
|
||||
use_x_forwarded_for: true
|
||||
# You must set the trusted proxy IP address so that Home Assistant will properly accept connections
|
||||
# Set this to your NGINX machine IP, or localhost if hosted on the same machine.
|
||||
@@ -122,7 +122,7 @@ auth_header:
|
||||
# Optionally set this if you're not using authentik proxy or oauth2_proxy
|
||||
# username_header: X-Forwarded-Preferred-Username
|
||||
# Optionally set this if you don't want to bypass the login prompt
|
||||
# allow_bypass_login: false
|
||||
#allow_bypass_login: false
|
||||
# Optionally enable debug mode to see the headers Home-Assistant gets
|
||||
debug: true
|
||||
# Optionally, if something is not working right, add this block below to get more information
|
||||
|
||||
Reference in New Issue
Block a user