From 2a3301f7620b58f701d5dec52e6ccf76a1c0c8ad Mon Sep 17 00:00:00 2001 From: Roter Fuggs Date: Fri, 3 Jan 2025 15:28:16 +0100 Subject: [PATCH] Added MacBook and moved "WAN" --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index fb09afa..3de8f71 100644 --- a/main.py +++ b/main.py @@ -51,6 +51,7 @@ def check_ping_status(site): #For Normal URL´s please use http:// and the Port the Website runs on websites = [ + {'url': '1.1.1.1', 'title': 'WAN'}, {'url': '192.168.3.11:22', 'title': 'PVE Main'}, {'url': '192.168.3.12:22', 'title': 'PVE Small'}, {'url': 'http://192.168.3.10:80', 'title': 'WLED'}, @@ -64,7 +65,6 @@ websites = [ {'url': 'http://192.168.3.21:8080', 'title': 'AMP'}, {'url': '192.168.100.16:22', 'title': 'VPN Tunnel'}, {'url': '192.168.3.30:22', 'title': 'Nextcloud'}, - {'url': '1.1.1.1', 'title': 'Outside'}, ] # Add the second Row of URL´s in the same Sceme @@ -73,6 +73,7 @@ websites2 = [ {'url': '192.168.100.68', 'title': 'Desktop'}, {'url': '192.168.100.80', 'title': 'iPhone'}, {'url': '192.168.100.84', 'title': 'iPad'}, + {'url': '192.168.100.2', 'title': 'MacBookPro 2017'}, ] @app.route('/')