* 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
# 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
######################################################################