From 86a5196e192e8978671c4e0d02ea9297f1f10b64 Mon Sep 17 00:00:00 2001 From: coxi Date: Sat, 11 May 2024 14:32:17 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=9B=B4=E6=96=B0jmsctl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/installation/jmsctl_sh.md | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/docs/installation/jmsctl_sh.md b/docs/installation/jmsctl_sh.md index 511f30e1..e2ed5257 100644 --- a/docs/installation/jmsctl_sh.md +++ b/docs/installation/jmsctl_sh.md @@ -5,7 +5,7 @@ - JumpServer 默认内置了命令行运维工具 - jmsctl,通过执行 jmsctl help 命令,可以查看相关的帮助文档。 ```sh - JumpServer部署管理脚本 + JumpServer 部署管理脚本 Usage: ./jmsctl.sh [COMMAND] [ARGS...] @@ -13,20 +13,37 @@ Installation Commands: install 安装 JumpServer 服务 - upgrade [version] 升级 JumpServer 服务 - check_update 检查 JumpServer 更新 - reconfig 重新配置 JumpServer 服务 - - Management Commands: + + Management Commands: + config 配置工具,执行 jmsctl config --help,查看帮助 start 启动 JumpServer 服务 stop 停止 JumpServer 服务 - close 关闭 JumpServer 服务 restart 重启 JumpServer 服务 status 查看 JumpServer 服务运行状态 down 脱机 JumpServer 服务 uninstall 卸载 JumpServer 服务 More Commands: + load_image 加载 Docker 镜像 backup_db 备份 JumpServer 数据库 restore_db [file] 通过数据库备份文件恢复数据 + raw 执行原始 docker compose 命令 + tail [service] 查看 Service 日志 + ``` + +## 2 配置工具 - jmsctl config +!!! tip "" + - JumpServer 默认内置了配置工具 - jmsctl config,通过执行 jmsctl config help 命令,可以查看相关的帮助文档。 + + ```sh + Usage: + ./jmsctl.sh config [ARGS...] + -h, --help + + Args: + ntp 配置 NTP 同步 + init 初始化 config 配置文件 + port 配置 JumpServer 服务端口 + ssl 配置 Web SSL + env 配置 JumpServer 环境变量 ``` \ No newline at end of file