danielperna84 / hass-configurator

Configuration UI for Home Assistant
MIT License
306 stars 168 forks source link

Where is the settings.conf hidding? #206

Closed TCPMeta closed 3 years ago

TCPMeta commented 3 years ago

Highly doubt anyone is willing to help and just point me to the Documentation like the other issue requests.

I am running Docker with Rancher/Kubernetes.

In the Container image where does the settings.conf file reside in? It's not populating in the volume I created for Configurator. I am also trying to fix the "Login attempt or request with invalid authentication from localhost (127.0.0.1) (Python-urllib/3.8)" issue.

danielperna84 commented 3 years ago

The file isn't included in the image because it is not static - it's a config file. You have to create it yourself with the settings for your environment and map it into the container. Have a look at this: https://github.com/CausticLab/hass-configurator-docker#configuration (assuming you're using that image)