Skip to content
BinaryPatrick
Go back

Configuring Home Assistant for Reverse Proxy

Edit page

This is a quick reminder for the code that needs to be added to the Home Assistant configuration YAML to get things working with a reverse proxy.

In the terminal, edit the configuration YAML

nano /config/configuration.yaml

Now add the following formatted YAML to the configuration file.

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 192.168.1.10 #traefik

For more information, check out the documentation here


Edit page
Share this post on:

Previous Post
Autostarting Uctronics Raspberry Pi OLED Display
Next Post
LXC: Installing Docker on a Debian CT