You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed the lasted version of NPM 1.0.1.
I've installed the lasted DuckDNS 1.16.0
I've forwarded port 8123,80,81,443 in my modem to IP of my supervised Home Assistant
Core 2024.4.3
Supervisor 2024.04.0
Operating System 12.2
Interface utilisateur 20240404.2
I can access trough Internet to NGINX trough myhost.duckdns.org:81
I've configured a new proxy host
myhost.duckdns.org
http homeassistant 8123 and enabled let's encrypt SSL
In my confugration.yaml I've :
http:
use_x_forwarded_for: true
trusted_proxies:
172.30.33.4 # Ip Of NPM
172.30.33.1 # Gateway of NPM
172.30.32.1 # Gateway of Home Assistant
172.30.32.2 # Ip of Hassio Supervisor
192.168.1.100 # Ip of My Home Assistant Host
192.168.1.1 # Gateway of my modem
I've set logger: debug in configuration.yaml when I try to acces https://myhost.duckdns.org I haven't trace of component.http.forwarded in my log and no forwarding occure
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've installed the lasted version of NPM 1.0.1.
I've installed the lasted DuckDNS 1.16.0
I've forwarded port 8123,80,81,443 in my modem to IP of my supervised Home Assistant
Core 2024.4.3
Supervisor 2024.04.0
Operating System 12.2
Interface utilisateur 20240404.2
I can access trough Internet to NGINX trough myhost.duckdns.org:81
I've configured a new proxy host
myhost.duckdns.org
http homeassistant 8123 and enabled let's encrypt SSL
In my confugration.yaml I've :
http:
use_x_forwarded_for: true
trusted_proxies:
I've set logger: debug in configuration.yaml when I try to acces https://myhost.duckdns.org I haven't trace of component.http.forwarded in my log and no forwarding occure
What must I do ?
Beta Was this translation helpful? Give feedback.
All reactions