diff --git a/configurator.py b/configurator.py index 5c4b3dc..eddc927 100755 --- a/configurator.py +++ b/configurator.py @@ -1544,6 +1544,7 @@ INDEX = Template(r"""
$your_address
$listening_address
$hass_api_address
Modifying the following lists is not persistent. To statically control access please use the configuration file.
@@ -4028,6 +4029,7 @@ class RequestHandler(BaseHTTPRequestHandler): githidden="" if GIT else "hiddendiv", # pylint: disable=anomalous-backslash-in-string separator="\%s" % os.sep if os.sep == "\\" else os.sep, + your_address=self.client_address[0], listening_address="%s://%s:%i" % ( 'https' if SSL_CERTIFICATE else 'http', LISTENIP, PORT), hass_api_address="%s" % (HASS_API, ), diff --git a/dev.html b/dev.html index b4a0605..203d05b 100644 --- a/dev.html +++ b/dev.html @@ -1440,6 +1440,7 @@$your_address
$listening_address
$hass_api_address
Modifying the following lists is not persistent. To statically control access please use the configuration file.