Move web dashboard after TUI launch in Quick Start

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shuki
2026-03-07 05:44:16 +02:00
parent 8a7fbe8637
commit 311855e382

View File

@@ -73,6 +73,11 @@ The installer detects dependencies, sets up config directories, and optionally l
# Launch the TUI # Launch the TUI
gniza gniza
# Start the web dashboard
gniza web install-service
gniza web start
# Access at http://<server-ip>:2323
# Or use the CLI to add a source and destination # Or use the CLI to add a source and destination
gniza --cli sources add --name=mysite --folders=/var/www,/etc/nginx gniza --cli sources add --name=mysite --folders=/var/www,/etc/nginx
gniza --cli destinations add --name=backup-server gniza --cli destinations add --name=backup-server
@@ -80,11 +85,6 @@ gniza --cli destinations add --name=backup-server
# Run a backup # Run a backup
gniza --cli backup --source=mysite gniza --cli backup --source=mysite
gniza --cli backup --all gniza --cli backup --all
# Start the web dashboard
gniza web install-service
gniza web start
# Access at http://<server-ip>:2323
``` ```
## Terminal UI ## Terminal UI