]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Removed http configuration from yaml
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 24 Aug 2026 07:28:29 +0000 (09:28 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 24 Aug 2026 07:28:29 +0000 (09:28 +0200)
README.md
configuration.yaml

index d6270f23c899496b2e6c13c8478375d22439912a..97348b08a98ff861992e92f50bd871d1463086ad 100644 (file)
--- a/README.md
+++ b/README.md
@@ -82,6 +82,10 @@ The following integrations are not part of HACS. It's required to clone the rela
 * Clone custom components not included in HACS into git_repos folder
 * Start Home Assistant
 * Create Users/People
+* Configure the system:
+  * Network:
+    * Revers Proxy: add trusted proxies (if any) and enable "x forwarded for" option
+    * IP Ban: enable with max 3 login attempts
 * Configure the following integrations using UI:
   * AVM FRITZ!Box Tools (disabling the network device tracking)
   * Certificate Expiry
index 152b89d8e4fba610e8d94fbb2cddb2668e7a6fee..657e4f80ac90bba2585eab887fd78ba365319f18 100644 (file)
@@ -28,19 +28,6 @@ homeassistant:
   # Packages:
   packages: !include_dir_named packages/
 
-# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
-http:
-  # ssl_certificate: /config/certs/fullchain.pem
-  # ssl_key: /config/certs/privkey.pem
-  use_x_forwarded_for: true
-  trusted_proxies:
-    - 127.0.0.1       # traefik and home assistant in host mode
-    #- 172.18.0.1      # traefik in host mode and homeassistant in network mode
-    #- 172.18.0.200    # traefik and home in network mode
-    - 192.168.0.1
-  ip_ban_enabled: True
-  login_attempts_threshold: 3
-
 ######################################################################
 # Main Elements
 ######################################################################