Nginx and duckdns

I have but most end with “I’m not sure what I changed but it’s working now”

1 Like
http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 192.168.1.135
    - 172.0.0.0/8
    - 127.0.0.1

‘’’
Adding this to my ha config gets it working again
First entry is the network IP of the server,
Second is the docker network (seems to be the one it needed)
Third is local host

Hello all,

It’s French but it’s well documented with pictures.
This is my config :

https://forum.home-assistant.lu/t/7-dnsmasq-hassio-en-https-et-par-lip-local-en-http/616/7?u=neuvidor

1 Like