From 22ddcec68b8d08dcdd46f148bc9e4fa46f7489ed Mon Sep 17 00:00:00 2001 From: Kyle Gabriel <kyletgabriel@gmail.com> Date: Sun, 25 Aug 2019 22:00:05 -0400 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a9f2f6..b2ec517 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ Edit ```ttn-tracker/flask_app/config.py``` with your application API Key, applic Open a web browser to the address, below, replacing IP_ADDRESS with the IP address of the system running the docker containers. -```https://IP_ADDRESS:5550/dsf673bh``` +```https://IP_ADDRESS/dsf673bh``` -Note: there is no security preventing someone from viewing this page if they happen to request "/dsf673bh" on the server (however, knowing this is the page is unlikely). Therefore, make sure you are comfortable with this or implement your own security measures such as not allowing port 5550 to be publicly accessible (connect to your home network via VPN to access the app) or add a login system such as [Flask-Login](https://github.com/maxcountryman/flask-login). +Note: there is no security preventing someone from viewing this page if they happen to request "/dsf673bh" on the server (however, knowing this is the page is unlikely). Therefore, make sure you are comfortable with this or implement your own security measures such as not allowing port 443 to be publicly accessible (connect to your home network via VPN to access the app) or add a login system such as [Flask-Login](https://github.com/maxcountryman/flask-login). ## Notes