Development
This commit is contained in:
parent
d0cfffac52
commit
adcfe55c7c
24 changed files with 405 additions and 359 deletions
|
|
@ -564,13 +564,13 @@ def main():
|
|||
# -- Dashboard -------------------------------------------------
|
||||
header("Dashboard (optional)")
|
||||
print(" The Routlin Dashboard is a web UI for managing the router.")
|
||||
print(" It runs as a Docker container. Without it, core.json must")
|
||||
print(" It runs as a Docker container. Without it, config.json must")
|
||||
print(" be edited manually.")
|
||||
print()
|
||||
|
||||
next_step = (
|
||||
f"\n Next step: use the web dashboard to configure your network, or\n"
|
||||
f" configure {SCRIPT_DIR}/core.json manually and then run:\n"
|
||||
f" configure {SCRIPT_DIR}/config.json manually and then run:\n"
|
||||
f" sudo python3 {SCRIPT_DIR}/core.py --apply"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue