Development
This commit is contained in:
parent
4026e591bf
commit
f320132e61
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue