danielperna84 / hass-configurator

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

congiuratore hass non apre la pagine web #244

Closed dibummer closed 5 months ago

dibummer commented 6 months ago

Hi, I'm trying to configure the hass configurator, in my home assistant core installed with docker compose on a debian basis; I have the problem that the configurator doesn't open and I can't get it to work. I attach two screenshots of the errors and my docker-

Screenshot 2024-03-10 alle 09 15 40

version: '3.9' services: home-assistant: container_name: home-assistant image: ghcr.io/home-assistant/home-assistant:stable volumes:

danielperna84 commented 6 months ago

The syntax should be HC_ALLOWED_NETWORKS: "127.0.0.1,192.168.0.0/16" I believe. If that doesn't work, please open a thread in the community. I have no experience with running the Docker image.