Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 组件介绍和存储说明 #616

Merged
merged 2 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- Chen 是服务于数据库的组件,用于通过 Web GUI 方式访问数据库资产。
- Celery 是处理异步任务的组件,用于执行 JumpServer 相关的自动化任务。
- Video 是专门处理 Razor 组件和 Lion 组件产生录像的格式转换工作,将产生的会话录像转化为 MP4 格式。
- Panda 是基于国际操作系统的应用发布连接管理
- Panda 是基于国产操作系统的应用发布机,用于调度 Virtualapp 应用


## 3 逻辑架构
Expand Down
8 changes: 4 additions & 4 deletions docs/guide/storages.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 1 命令存储
### 1.1 在 JumpServer 页面添加 Elasticsearch 配置信息
!!! tip ""
- 点击 `终端管理` - `存储配置` - `命令存储` - `新建` - `Elasticsearch` 切换到新建命令存储界面。
- 点击 `系统设置` - `存储设置` - `命令存储` - `创建` - `Elasticsearch` 切换到新建命令存储界面。

| 名称 | 示例 | 说明 |
| :------- | :--------------------- | :-------------- |
Expand All @@ -16,7 +16,7 @@

### 1.2 修改命令存储为 Elasticsearch
!!! tip ""
- 在 `终端管理` 页面选择 `更新` 组件,把命令存储修改成刚才创建的 ES 服务器即可。
- 在 `组件管理` 页面选择 `更新` 组件,把命令存储修改成刚才创建的 ES 服务器即可。
- 勾选 `默认存储` 后,新注册的组件将会自动使用默认存储不需要再次修改,但是旧组件要更新才能生效。
- 如果 `Elasticsearch` 使用了非信任证书,需要勾选 `忽略证书认证`。
- 修改完成后,大概需要 1 分钟的时间完成同步。
Expand All @@ -33,8 +33,8 @@
## 2 录像存储
### 2.1 操作过程
!!! tip ""
- 点击 `终端管理` - `存储配置` - `录像存储` - `新建` 切换到新建录像存储界面。
- 在 `终端管理` 页面选择 `更新` 组件。
- 点击 `系统设置` - `存储设置` - `对象存储` - `创建` 切换到新建录像存储界面。
- 在 `组件管理` 页面选择 `更新` 组件。
- 之前已经存储在本地的录像需要自己手动上传到你新的存储环境。
- 勾选 `默认存储` 后,新注册的组件将会自动使用默认存储不需要再次修改,但是旧组件要更新才能生效。
- 选择你需要的存储方式即可,大概需要 1 分钟的时间完成同步。
Expand Down