Hass.io Configurator

Hi,

Can anyone help me? I’m new to HA and just starting to find my way around. I had the configurator installed through the hass.io add-ons, but then I installed duckdns and encrypt and it wouldn’t work, so I tried to delete it to try and re-install it but now I am getting this error message.

Pretty sure the password is mandatory. If running SSL, you’ll need to set ssl true and also port forward 3218. You will also probably need to use an allowed list of 0.0.0.0/32

Then you will access via https://your-domain.duckdns.org:3218

Thanks for your help!

You’re welcome. You might want to look at using Caddy for a more locked down system eventually otherwise you’ll end up with a lot of ports forwarded…

I’ll take a look, I really appreciate the advice.

You don’t have to add ssl or port forward if you only want to access it directly inside your own network.

I run the duckdns add-on to use the ha front end externally and for Haaska connection to Amazon servers but everything else eg. Configurator, TasmoAdmin etc etc, are set left as http so only accessible at home. Much simpler set up and in theory more secure.

My config is as per @pretious but with a password and a few more entries under ”ignore_pattern”.

Agreed. It just depends on how you want to access it (iFrame etc)

Hi David,

I’m trying to make the configurator work remotely (not just on the local network, which works fine). I’m using Caddy for security.

I have created an extra entry in my Caddyfile with below data (which is identical to the one I have for my normal hass access (beside the name & port number below):

hassedit.example.com {
    proxy / 192.168.1.196:3218 {
        transparent
        websocket
    }
tls [email protected]
log caddyhassedit.log
}

In the configurator config file I just added a user & pw all the rest is default.

However caddy throws and error when starting on this specific entry. I’m a noob when it comes down to caddy and I originally only got t working by copy pasting from others so not sure what to change in either the caddyfile or the configurator ‘config’.

Any suggestions?

hi! Not sure… I did do a full step-by-step post about how to use caddy on my blog… that might help? The blog post is here.

1 Like