From 05caf6f14e6ae0e71716bf7d6e14b8600ce2cea8 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Tue, 31 Jan 2017 10:36:44 +0100 Subject: [PATCH] Changed information about port forwarding --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f471d5a..ee38d85 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ panel_iframe: icon: mdi:wrench url: http://123.123.132.132:3218 ``` -__IMPORTANT__: Do NOT setup port forwarding to the configurator. There are no authentication mechanisms, and a port forwarding would expose your configuration to the whole world! +__IMPORTANT__: Be careful when setting up port forwarding to the configurator while embedding into HASS. If you don't restrict access by requiring authentication and / or blocking based on client IP addresses, your configuration will be exposed to the web! ###Keeping the configurator running Since the configurator script on its own is no service, you'll have to take some extra steps to keep it running. Here are three options (for Linux), but there are more, depending on your usecase.