HAOS Reverse Proxy
Install the addon File Editor
Open upp the configuration.yml
Add
http:
use_x_forwarded_for: true
ip_ban_enabled: false
trusted_proxies:
- 10.10.10.10 # Rev proxy (Enter IP to reverse proxy)
So the whole configuration.yml (unless you have done more lol)
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
http:
use_x_forwarded_for: true
ip_ban_enabled: false
trusted_proxies:
- 10.10.10.10 # Rev proxy
Last updated
Was this helpful?