I want to cast my dashboard on my Google Nest Hub first gen (so no keyboard available), so I need to bypass the login for one specific IP, in this case 192.168.0.129. So I’m using catt with this command:
catt -d 192.168.0.129 cast_site http://192.168.0.170:8123/lovelace/test
But on the nest, it says: Login aborted: Your computer is not allowed. I also tried on other devices.
Nginx proxy manager addon is install since I have remote access too. The IP of the docker container for Nginx proxy manager is 172.30.33.4. But I think it don’t matter since I’m using internal IP.
Here’s my config:
homeassistant:
customize: !include customize.yaml
auth_providers:
- type: trusted_networks
trusted_networks:
- 192.168.0.129
- 192.168.0.0/24
- 172.30.33.4
- 127.0.0.1
trusted_users:
192.168.0.129: xxuser_idxx
172.30.33.4: xxuser_idxx
allow_bypass_login: true
- type: homeassistant
http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.0.0/24
- 192.168.0.129
- 172.30.33.0/24
- 172.30.33.4
- 127.0.0.1
I tried removing the trusted_users part, adding only the ip, the network, both. But it didn’t work and I don’t know what to do now.
Or if there is a way of connecting a keyboard to the Nest Hub first gen that I didn’t find (I even try the micro usb, but the keyboard didn’t even have power).
Thanks in advanced