Added MacBook and moved "WAN"

This commit is contained in:
Roter Fuggs 2025-01-03 15:28:16 +01:00
parent b97f866f41
commit 2a3301f762

View File

@ -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('/')