NGINX Proxy manager with google assistant

Hello,

I have been using NGINX proxy manager for all of my docker containers including home assistant (docker). I have wanted to connect google assistant to home assistant. I followed the tutorial on the website and have got to the point where google can see the integration and lets me sign in. Then nothing happens and no devices are added. I’ve looked through a load of posts on here to try find a solution however none have worked.

referring to:
Help post 1
help post 2
help post 3

I have no idea why this doesnt work as I seem to be able to get valid https certificate from typing in the domain name to my browser:

config:
config

My docker is configured as:
Hass → macvlan 192.168.50.200
NGINXPM → host

NGINX config:


proxy2

Ive seen other posts using NGINX but not the GUI so i cant get as fine control over the config and i cant find the location of the stored configs for nginx (new to this so might be completely off)

Google integration:

Any help will be really appreciated!

1 Like

I solved it by accident :stuck_out_tongue:

go to your logs from your Nginx proxy manager.

Log in to the google home app and click on your test application. It will fail, but look in your Nginx logs for the IP address it wants to access. Put this ip address in your configuration.yaml as side trusted ip’s

I don’t know if this is the usual method.