release (#150)
* 修改首页卡片间距 * 修改普通用户分享资产时只能查看到普通用户 close #133 * 修复普通用户访问非自己创建的资产无法打开原生ssh的bug * release v0.4.1 * 修复使用命令修改加密key失败的问题 * 修改初始化RDP属性「禁用字形缓存」为打开 * 增加kubernetes协议的筛选 * 修改安装文档&修复首页链接限制无效的问题 * 修改guacd版本为1.3.0 * 支持导入资产时带标签的数据 * - 修改原生安装文档中guacamole版本为1.3.0 - 修改点击名称为编辑 * release 0.5.0
This commit is contained in:
@ -52,6 +52,13 @@ docker rm <container-id> -f
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>ssh协议中文字体乱码怎么办?</summary>
|
||||
|
||||
参考[安装字体](install-naive.md)章节,给系统安装中文字体。
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>ssh协议类型的资产连接模式有什么区别?</summary>
|
||||
|
||||
|
@ -22,9 +22,9 @@ sudo apt-get install libcairo2-dev libjpeg62-turbo-dev libpng-dev libtool-bin li
|
||||
|
||||
下载&解压&configure
|
||||
```shell
|
||||
wget https://mirror.bit.edu.cn/apache/guacamole/1.2.0/source/guacamole-server-1.2.0.tar.gz
|
||||
tar -xzf guacamole-server-1.2.0.tar.gz
|
||||
cd guacamole-server-1.2.0
|
||||
wget https://archive.apache.org/dist/guacamole/1.3.0/source/guacamole-server-1.3.0.tar.gz
|
||||
tar -xzf guacamole-server-1.3.0.tar.gz
|
||||
cd guacamole-server-1.3.0
|
||||
./configure --with-init-dir=/etc/init.d
|
||||
```
|
||||
|
||||
@ -32,7 +32,7 @@ cd guacamole-server-1.2.0
|
||||
|
||||
```shell
|
||||
------------------------------------------------
|
||||
guacamole-server version 1.2.0
|
||||
guacamole-server version 1.3.0
|
||||
------------------------------------------------
|
||||
|
||||
Library status:
|
||||
@ -49,13 +49,13 @@ guacamole-server version 1.2.0
|
||||
libVNCServer ........ yes
|
||||
libvorbis ........... yes
|
||||
libpulse ............ yes
|
||||
libwebsockets ....... no
|
||||
libwebsockets ....... yes
|
||||
libwebp ............. yes
|
||||
wsock32 ............. no
|
||||
|
||||
Protocol support:
|
||||
|
||||
Kubernetes .... no
|
||||
Kubernetes .... yes
|
||||
RDP ........... yes
|
||||
SSH ........... yes
|
||||
Telnet ........ yes
|
||||
@ -72,7 +72,6 @@ guacamole-server version 1.2.0
|
||||
Systemd units: no
|
||||
|
||||
Type "make" to compile guacamole-server.
|
||||
|
||||
```
|
||||
|
||||
编译和安装
|
||||
|
Reference in New Issue
Block a user