]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Added IP for reverse proxy (traefik)
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sun, 15 Mar 2020 18:26:35 +0000 (19:26 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sun, 15 Mar 2020 18:26:35 +0000 (19:26 +0100)
configuration.yaml

index f03d92e08802fd2eb77c1d51fdd7e08bc4c52383..e8e4e1bca1a5a8f99cbec57c801db95f58172e34 100644 (file)
@@ -36,7 +36,10 @@ http:
    # ssl_certificate: /var/lib/homeassistant/.homeassistant/fullchain.pem
    # ssl_key: /var/lib/homeassistant/.homeassistant/privkey.pem
    use_x_forwarded_for: true
-   trusted_proxies: 127.0.0.1
+   trusted_proxies: 
+     - 127.0.0.1
+     - 192.168.0.1
+     - 172.18.0.2
    # trusted_networks:
    #   - 192.168.0.0
    #   - 192.168.2.0