完善文档

This commit is contained in:
dushixiang 2021-02-24 23:35:29 +08:00
parent 8f3aee72e9
commit 5ea00d8e8a
4 changed files with 13 additions and 5 deletions

View File

@ -45,10 +45,9 @@ test/test
如果您觉得 next-terminal 对你有帮助,欢迎给予我们一定的捐助来维持项目的长期发展。
<figure class="half">
<img src="./screenshot/donate_wx.png" alt="微信"/>
<img src="./screenshot/donate_zfb.png" alt="支付宝"/>
</figure>
![截图](screenshot/donate_wx.png)
![截图](screenshot/donate_zfb.png)
## 联系方式

View File

@ -49,4 +49,13 @@ docker rm <container-id> -f
因为freerdp的一个问题导致的把 设置>RDP 下面的禁用字形缓存打开即可。
详情可参考 https://issues.apache.org/jira/browse/GUACAMOLE-1191
</details>
<details>
<summary>ssh协议类型的资产连接模式有什么区别</summary>
1. 默认默认使用guacd模式
2. 原生使用golang+xterm.js方式实现的webssh传输协议是文本操作响应更快。但目前尚未实现实时监控。
3. guacdApache Guacamole包装了一层的ssh协议支持实时监控录屏播放更加统一。但某些密钥不支持。
</details>

View File

@ -135,7 +135,7 @@ tar -xvf next-terminal.tgz
cd next-terminal
```
修改配置文件`config.yml`
在当前目录下创建或修改配置文件`config.yml`
```shell
db: sqlite
# 当db为sqlite时mysql的配置无效

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB