Development

This commit is contained in:
Matthew Grotke 2026-05-22 02:13:39 -04:00
parent 4026e591bf
commit f320132e61

View file

@ -505,8 +505,11 @@ def main():
header("External Access (optional)")
ext_domain = _external_access_domain()
if ext_domain:
lan = _lan_ip()
print(f" External access to the web dashboard is already configured.")
print(f" https://{ext_domain}/")
print(f" The dashboard is also reachable on your local network at:")
print(f" http://{lan}:{FLASK_PORT}/")
print()
print("Done.")
return