Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95451

Trusted network configuration problem

$
0
0

@Avi_Cohen wrote:

Home Assistant 0.108.3
I’m trying to configure trusted_proxies /trusted_networks
Basically i’d like to have to option to skip longing screen when i
connect to HA locally .
Im running traefik as reverse proxy - which running on same server ,
sharing same docker network .

below configuration :

homeassistant:
  auth_providers:
    - type: trusted_networks
      trusted_networks:
        - 192.168.0.0/24 #router
        - 127.0.0.1      #host
      allow_bypass_login: true
    - type: homeassistant

http:
  base_url: !secret base_url
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.29.4.5  # traefik internal docker port

I connect to HA with dns name http:/mydomain.com
but i keep getting “Your computer is not whitelisted”

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95451

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>