This works perfectly and puts it in the menu as expected. However, chrome says the page is trying to load scripts from unauthenticated sources and I can allow them and it works.
In an attempt to fix this, I forwarded port 3218 on my router to the Pi and it just won’t work. I do have LetsEncrypt installed and I access my Hass.io by going to: https://my-duck-dns.duckdns.org:8123 and I get the green padlock and all’s well. If I access the configuration page and allow unsafe scripts (without the port forward) I get insecure site warnings. If I do the port forward it just doesn’t work.
Did you configure the configurator to use the same certificate as you Home Assistant? The certificate has to be used for both. And in that case you also have to change the URL for the panel to use https as well.
In my config yaml file it’s set to /ssl/fullchain.pem etc.
The default for the configurator is just without the /ssl/
I also found I couldn’t get any data if I just went to https://my-domain.duckdns.org:3218 it just said no data - this is without even trying to get in via the panel. I think until I can get this working it won’t work from within home assistant.
Your allowed_networks is empty. Hence every connections is being dropped. Not knowing anything about your network you probably have to add something like 192.168.1.0/24 or even 0.0.0.0.
Interestingly, if I change the ip address to my public IP address it connects!
I have also tried entering 0.0.0.0 and I get policy not fulfilled.
I have tried entering my-domain.duckdns.org as the allowed IP address as well. Can’t make it work.
Be careful when setting up port forwarding to the configurator while embedding into Home Assistant. If you don’t restrict access by requiring authentication and / or blocking based on client IP addresses, your configuration will be exposed to the internet!
I do have a username and password. Is it possible to limit unsuccessful logins after 5 attempts like I can for the frontend?
Just a question, with the main hassio, a text file is created with the banned IP and you can delete that if your IP got banned. Is there any way to reset the banned IP for the configurator?
hey David, I seem to be getting a lot of the same errors you did. (I also end up looking at a lot of your other threads when I hit the same snags! I’m looking at you google…so thanks for taking on some of these battles for me already.) My issue now is when I connect via the configurator from the panel iframe my connection becomes unsecure. I can use 192.168.x.x or 0.0.0.0/0 in the configurator configuration - but I’m not sure where you added it in the config.yaml file when you got it to work?
0.0.0.0/0 and I can connect!!! Woot!
Cheers. I’ll just put this in the configuration.yaml now.
In my config.yaml file I have my local Hassio address 192.168.x.x:3218 - but not sure where to add the 0.0.0.0/0 ? Not sure if it matters, but I haven’t setup any add’l ports for it…unless I need to?