Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
00aa86c2
Unverified
Commit
00aa86c2
authored
May 06, 2019
by
wojiushixiaobai
Committed by
GitHub
May 06, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2663 from wojiushixiaobai/docs
[Update]更新文档
parents
f32d9c26
35ecad0a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
27 deletions
+42
-27
change_log.rst
docs/change_log.rst
+38
-23
setup_by_centos.rst
docs/setup_by_centos.rst
+1
-1
setup_by_ubuntu.rst
docs/setup_by_ubuntu.rst
+1
-1
upgrade.rst
docs/upgrade.rst
+2
-2
No files found.
docs/change_log.rst
View file @
00aa86c2
...
...
@@ -5,7 +5,22 @@
------------------------
2019年4月30日
**新增功能**
* 新增权限控制:可分别对连接、上传、下载等动作单独授权;
**功能优化**
* 权限优化:组织管理员不允许对超级管理员进行操作;
* Luna优化:Luna搜索功能优化;
**Bug修复**
* 修复通过API批量更新用户的bug
* 修复luna页面刷新不跳转OpeID认证的bug
* 修复创建azure类型的录像存储时前端的bug
* 修复其他前端页面bug
* 修复录像上传到Azure的bug
1.4.9
------------------------
...
...
@@ -13,41 +28,41 @@
**Bug修复**
*
修复创建定时任务时的时区问题
*
修复celery日志可能操作关闭文件的bug
*
修复一些设置缓存的问题
*
修复用户token过期的时间策略
*
修复第一次登录跳转组织页面的bug
* 修复创建定时任务时的时区问题
* 修复celery日志可能操作关闭文件的bug
* 修复一些设置缓存的问题
* 修复用户token过期的时间策略
* 修复第一次登录跳转组织页面的bug
**优化**
*
sudo命令添加帮助说明,并兼容换行形式
*
认证逻辑,从users模块中移动到authentication
*
合并一些migrations
*
任务列表去掉日期
*
docker build升级Mysql client版本
*
coco,guacamole上传完录像上报api, 页面上如果没有录像则播放按钮是禁用的
* sudo命令添加帮助说明,并兼容换行形式
* 认证逻辑,从users模块中移动到authentication
* 合并一些migrations
* 任务列表去掉日期
* docker build升级Mysql client版本
* coco,guacamole上传完录像上报api, 页面上如果没有录像则播放按钮是禁用的
**功能**
*
定时清理登陆日志
*
用户授权增加两层缓存,授权资产数量很大时也不怕了
*
资产模块添加资产用户管理器,可以为资产单独设置 管理用户、系统用户的密码
*
登陆日志的导出
*
数据库支持ssl
*
ldap用户一键导入
* 定时清理登陆日志
* 用户授权增加两层缓存,授权资产数量很大时也不怕了
* 资产模块添加资产用户管理器,可以为资产单独设置 管理用户、系统用户的密码
* 登陆日志的导出
* 数据库支持ssl
* ldap用户一键导入
**coco**
*
使用网关同样添加心跳信息
*
用户授权资产列表增加缓存
*
修复一些sftp的小bug
*
修复上传命令记录decode的错误
*
支持系统用户在不同机器上密码不一致的场景
* 使用网关同样添加心跳信息
* 用户授权资产列表增加缓存
* 修复一些sftp的小bug
* 修复上传命令记录decode的错误
* 支持系统用户在不同机器上密码不一致的场景
**luna**
*
支持左侧列表缓存
* 支持左侧列表缓存
1.4.8
------------------------
...
...
docs/setup_by_centos.rst
View file @
00aa86c2
...
...
@@ -365,7 +365,6 @@ Luna 已改为纯前端, 需要 Nginx 来运行访问
$ yum install -y java-1.8.0-openjdk libtool
$ yum install -y cairo-devel libjpeg-turbo-devel libpng-devel uuid-devel
$ yum install -y ffmpeg-devel freerdp-devel freerdp-plugins pango-devel libssh2-devel libtelnet-devel libvncserver-devel pulseaudio-libs-devel openssl-devel libvorbis-devel libwebp-devel ghostscript
$ ln -s /usr/local/lib/freerdp/*.so /usr/lib64/freerdp/
**5.2 编译安装 guacamole 服务**
...
...
@@ -379,6 +378,7 @@ Luna 已改为纯前端, 需要 Nginx 来运行访问
$ autoreconf -fi
$ ./configure --with-init-dir=/etc/init.d
$ make && make install
$ ln -s /usr/local/lib/freerdp/*.so /usr/lib64/freerdp/
$ cd ..
$ rm -rf guacamole-server-0.9.14
$ ldconfig
...
...
docs/setup_by_ubuntu.rst
View file @
00aa86c2
...
...
@@ -341,7 +341,6 @@ Luna 已改为纯前端, 需要 Nginx 来运行访问
$ apt-get -y install libtool autoconf
$ apt-get -y install libcairo2-dev libjpeg-turbo8-dev libpng12-dev libossp-uuid-dev
$ apt-get -y install libavcodec-dev libavutil-dev libswscale-dev libfreerdp-dev libpango1.0-dev libssh2-1-dev libtelnet-dev libvncserver-dev libpulse-dev libssl-dev libvorbis-dev libwebp-dev ghostscript
$ ln -s /usr/local/lib/freerdp/*.so /usr/lib/x86_64-linux-gnu/freerdp/
$ apt-get -y install default-jre default-jdk
**5.2 编译安装 guacamole 服务**
...
...
@@ -356,6 +355,7 @@ Luna 已改为纯前端, 需要 Nginx 来运行访问
$ autoreconf -fi
$ ./configure --with-init-dir=/etc/init.d
$ make && make install
$ ln -s /usr/local/lib/freerdp/*.so /usr/lib/x86_64-linux-gnu/freerdp/
$ cd ..
$ rm -rf guacamole-server-0.9.14
$ ldconfig
...
...
docs/upgrade.rst
View file @
00aa86c2
...
...
@@ -1143,9 +1143,9 @@
.. code-block:: shell
$ cd /opt/docker-guacamole
$ git pull
$ /etc/init.d/guacd stop
$ sh /config/tomcat8/bin/shutdown.sh
$ git pull
$ /etc/init.d/guacd start
$ sh /config/tomcat8/bin/startup.sh
...
...
@@ -1221,9 +1221,9 @@
.. code-block:: shell
$ cd /opt/docker-guacamole
$ git pull
$ /etc/init.d/guacd stop
$ sh /config/tomcat8/bin/shutdown.sh
$ git pull
$ /etc/init.d/guacd start
$ sh /config/tomcat8/bin/startup.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment