From 62f26258475bc6131855e1c64884a10ff1dbb916 Mon Sep 17 00:00:00 2001 From: Actionbot Date: Sat, 30 Aug 2025 17:47:48 +0000 Subject: [PATCH] chore(docs): Sync wiki to docs [skip-cd] --- docs/Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Commands.md b/docs/Commands.md index 2a68df9..b08880e 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -1,7 +1,7 @@ # qbit_manage Run Commands | **Shell Command** | **Docker Environment Variable** | **Config Command** | **Description** | **Default Value** | -|:---------------------------------------:|:-------------------------------:|:---------------------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------:| +|:----------------------------------------------------------------------------------:|:-------------------------------:|:---------------------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------:| | `-ws` or `--web-server` | QBT_WEB_SERVER | N/A | Start the webUI server to handle command requests via HTTP API. | False | | `-H` or `--host` | QBT_HOST | N/A | Hostname for the web server (default: 0.0.0.0). | 0.0.0.0 | | `-p` or `--port` | QBT_PORT | N/A | Port number for the web server (default: 8080). | 8080 |