I found the video on youtube. for some reason the link brought me to my youtube account not yours. Anyways, I setup password for configurator and when i log in it says “Policy not fulfilled”
The configurator has options to tighten security. I don’t use hassio, so I don’t know how the config-options are presented in the UI. But the following ones are relevant for your problem:
allowed_networks
banlimit
I assume you have not yet exposed Home Assistant or the configurator to the web. So for a basic setup you have to match the allowed_networks option to what your network is. The default of 192.168.0.0./16 should actually cover pretty much every case. But if your network does NOT start with 192.168., then you have to modify this.
To simplify you can also set the banlimit to 0. This way you won’t get banned after repeatedly entering invalid credentials.
Maybe you can check you’re homeassistant config folder for a file called banned_ips or something similar? If you accidentally banned your computer before you had the password correctly set up you will need to delete that file.
The 8.8.8.8 can be ignored. That’s Googles DNS server which just serves as a placeholder since there never will be incoming connection from that IP.
As for the rest of the config, it’s actually looking fine. Does hassio have a way of showing the logs of add-ons?
And just to be sure: The add-on should be installed from the integrated repository that has all default add-ons. The repository that’s hosted under my GitHub account is outdated.
Edit: What’s your internal network? Does it start with 192.168.? For testing purposes you can change "192.168.0.0/16" to "0.0.0.0"
I know this is a HASS.IO topic, but I thought this guide I put together for myself from @danielperna84 work for installing on the normal version of HASS in a venv, might be useful to others. I’m sure someone will search the forums and this thread will come up!
adding “0.0.0.0/0” worked for me. I have a password on configurator so I am not so worried about it. SSL is true.
Edit: let me comment further. the UI works, but the configurator page from the HASS frame does not work.
Further edit: Had to edit the configurator IP in the config file to match duckdns rather than internal address or hassio.local. Posting in case others have the same trouble