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
2517c85e
Unverified
Commit
2517c85e
authored
Jun 13, 2018
by
wojiushixiaobai
Committed by
GitHub
Jun 13, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1415 from wojiushixiaobai/docs
[Update]更新文档
parents
9f8d1827
552e0fb5
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
33 additions
and
11 deletions
+33
-11
change_log.rst
docs/change_log.rst
+16
-0
contact.rst
docs/contact.rst
+3
-1
distributed_02.rst
docs/distributed_02.rst
+1
-1
distributed_03.rst
docs/distributed_03.rst
+1
-1
distributed_04.rst
docs/distributed_04.rst
+1
-1
faq.rst
docs/faq.rst
+3
-2
setup_by_centos7.rst
docs/setup_by_centos7.rst
+2
-2
setup_by_ubuntu.rst
docs/setup_by_ubuntu.rst
+1
-1
step_by_step.rst
docs/step_by_step.rst
+1
-1
upgrade.rst
docs/upgrade.rst
+4
-1
No files found.
docs/change_log.rst
View file @
2517c85e
...
...
@@ -204,3 +204,19 @@
* 创建节点 从0开始,新节点0 新节点1
* 修复拖动节点引起的父节点异常
* 资产树增加视图,只显示本节点资产和显示子节点资产
1.3.2
------------------------
2018年6月11日
* 可以在系统设置中指定密码强度,包含大小写字母特殊字符长度等
* 可以全局开启MFA
* 修改EMAIL不需要重启
* 设置公钥交互改变
* 修改一些BUG
* 修改窗口大小策略
* 统一requirements版本
* 修改luna树形结构,从根开始展示
* 修改luna树形搜索
* 修改初始窗口大小不对的bug
* 修改录像播放的部分bug
docs/contact.rst
View file @
2517c85e
...
...
@@ -10,12 +10,14 @@
QQ 群
~~~~~~~~
群1: 390139816 (
推荐
)
群1: 390139816 (
满
)
群2: 399218702 (满)
群3: 552054376 (满)
群4: 794442067 (推荐)
Github
~~~~~~~~
...
...
docs/distributed_02.rst
View file @
2517c85e
...
...
@@ -37,7 +37,7 @@
# 下载 luna
$ cd /opt
$ wget https://github.com/jumpserver/luna/releases/download/1.3.
1
/luna.tar.gz
$ wget https://github.com/jumpserver/luna/releases/download/1.3.
2
/luna.tar.gz
$ tar xvf luna.tar.gz
$ chown -R root:root luna
...
...
docs/distributed_03.rst
View file @
2517c85e
...
...
@@ -31,7 +31,7 @@
$ systemctl enable mariadb
$ systemctl start mariadb
# 推荐使用该命令进行一些安
装
设置(可跳过)
# 推荐使用该命令进行一些安
全
设置(可跳过)
$ mysql_secure_installation
# 创建数据库及授权,192.168.100.11 是 jumpserver 服务器的 ip
...
...
docs/distributed_04.rst
View file @
2517c85e
...
...
@@ -102,7 +102,7 @@
DB_NAME = 'jumpserver'
# When Django start it will bind this host and port
# Django
运行的端口和容器
,部署代理服务器后应该把0.0.0.0修改成127.0.0.1,这里的意思是允许x.x.x.x访问,127.0.0.1表示仅允许自身访问。
# Django
监听的ip和端口
,部署代理服务器后应该把0.0.0.0修改成127.0.0.1,这里的意思是允许x.x.x.x访问,127.0.0.1表示仅允许自身访问。
# ./manage.py runserver 127.0.0.1:8080
HTTP_BIND_HOST = '127.0.0.1'
HTTP_LISTEN_PORT = 8080
...
...
docs/faq.rst
View file @
2517c85e
...
...
@@ -158,7 +158,7 @@ FAQ
# 尝试重启一下guacamole,然后再看看,如果任然不在线,参考上面gua重新注册的方法
$ docker restart jms_guacamole # 如果容器的名称不对,请用docker ps查询
(5). LDAP设置 测试通过,但是登录失败需要检查用户的ou是否正确,
如果使用用户cn作为登录用户名,请确认用户的cn属性不是中文
(5). LDAP设置 测试通过,但是登录失败需要检查用户的ou是否正确,
确认使用了映射的用户属性进行登陆
(6). Luna 打开网页提示403 Forbidden错误,一般是nginx配置文件的luna路径不正确或者luna下载了源代码,请重新下载编译好的代码
...
...
@@ -166,11 +166,12 @@ FAQ
(8). 默认录像存储位置在jumpserver/data/media
(9). 录像存储在
云的规则
,Jumpserver 系统设置-终端设置 录像存储
(9). 录像存储在
oss
,Jumpserver 系统设置-终端设置 录像存储
{"default": {"TYPE": "server"}, "cn-north-1": {"TYPE": "s3", "BUCKET": "jumpserver", "ACCESS_KEY": "", "SECRET_KEY": "", "REGION": "cn-north-1"}, "ali-oss": {"TYPE": "oss", "BUCKET": "jumpserver", "ACCESS_KEY": "", "SECRET_KEY": "", "ENDPOINT": "http://oss-cn-hangzhou.aliyuncs.com"}}
命令记录保存到 elastic
{"default": {"TYPE":"server"}, "ali-es": {"TYPE": "elasticsearch", "HOSTS": ["http://elastic:changeme@localhost:9200"]}}
修改后,需要修改在Jumpserver 会话管理-终端管理 修改terminal的配置 录像存储 命令记录
(10). 管理密码忘记了或者重置管理员密码
...
...
docs/setup_by_centos7.rst
View file @
2517c85e
...
...
@@ -146,7 +146,7 @@ CentOS 7 安装文档
DB_NAME = 'jumpserver'
# When Django start it will bind this host and port
# Django
运行的端口和容器
,生产环境推荐把0.0.0.0修改成127.0.0.1,这里的意思是允许x.x.x.x访问,127.0.0.1表示仅允许自身访问。
# Django
监听的ip和端口
,生产环境推荐把0.0.0.0修改成127.0.0.1,这里的意思是允许x.x.x.x访问,127.0.0.1表示仅允许自身访问。
# ./manage.py runserver 127.0.0.1:8080
HTTP_BIND_HOST = '127.0.0.1'
HTTP_LISTEN_PORT = 8080
...
...
@@ -243,7 +243,7 @@ CentOS 7 安装文档
# 安装 Web Terminal 前端: Luna 需要 Nginx 来运行访问 访问(https://github.com/jumpserver/luna/releases)下载对应版本的 release 包,直接解压,不需要编译
$ cd /opt
$ wget https://github.com/jumpserver/luna/releases/download/1.3.
1
/luna.tar.gz
$ wget https://github.com/jumpserver/luna/releases/download/1.3.
2
/luna.tar.gz
$ tar xvf luna.tar.gz
$ chown -R root:root luna
...
...
docs/setup_by_ubuntu.rst
View file @
2517c85e
...
...
@@ -209,7 +209,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
::
$ cd /opt/
$ wget https://github.com/jumpserver/luna/releases/download/1.3.
1
/luna.tar.gz
$ wget https://github.com/jumpserver/luna/releases/download/1.3.
2
/luna.tar.gz
$ tar xvf luna.tar.gz
$ chown -R root:root luna
...
...
docs/step_by_step.rst
View file @
2517c85e
...
...
@@ -241,7 +241,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
::
$ cd /opt
$ wget https://github.com/jumpserver/luna/releases/download/1.3.
1
/luna.tar.gz
$ wget https://github.com/jumpserver/luna/releases/download/1.3.
2
/luna.tar.gz
$ tar xvf luna.tar.gz
$ chown -R root:root luna
...
...
docs/upgrade.rst
View file @
2517c85e
...
...
@@ -6,6 +6,7 @@
::
# 新版本更新了自动升级脚本,升级只需要到 utils 目录下执行 sh upgrade.sh 即可,请做好备份
$ cd /opt/jumpserver
$ git pull
$ pip install -r requirements/requirements.txt # 如果使用其他源下载失败可以使用 -i 参数指定源
$ cd utils && sh make_migrations.sh
...
...
@@ -18,6 +19,7 @@
::
# 新版本更新了自动升级脚本,升级只需要到 utils 目录下执行 sh upgrade.sh 即可
$ cd /opt/coco
$ git pull && pip install -r requirements/requirements.txt
# 如果使用其他源下载失败可以使用 -i 参数指定源
...
...
@@ -29,7 +31,8 @@
::
$ wget https://github.com/jumpserver/luna/releases/download/1.3.1/luna.tar.gz
$ cd /opt
$ wget https://github.com/jumpserver/luna/releases/download/1.3.2/luna.tar.gz
$ tar xvf luna.tar.gz
$ chown -R root:root luna
...
...
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