From 87e481d01bff8557400d6d556af88fac33f2891b Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 24 Aug 2026 09:28:29 +0200 Subject: [PATCH] Removed http configuration from yaml --- README.md | 4 ++++ configuration.yaml | 13 ------------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d6270f23..97348b08 100644 --- 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 diff --git a/configuration.yaml b/configuration.yaml index 152b89d8..657e4f80 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -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 ###################################################################### -- 2.47.3