Go to file
BaiJiangJie 363985ee7a [Feature] 添加功能,密码过期间隔时间配置,检测用户密码过期 (#2043)
* [Update] user model 添加date_password_last_updated字段, 并在用户详情/个人信息页进行展示、重置密码/修改密码时进行更新;安全设置添加密码过期时间配置项;

* [Update] 修改依赖,deb_requirements 删除 gcc automake

* [Update] 添加定时任务: 检测用户密码是否过期

* [Update] 登录页面添加检测用户密码是否过期,并给出过期提示,拒绝登录

* [update] 用户密码过期时间5天以内,每天发送重置密码邮件

* [Update] api 登录认证,添加密码过期检测

* [Update] 添加提示用户密码即将过期信息

* [Update] 修改小细节

* [Update] User model 添加密码即将过期/已过期 property属性

* [Update] 修改用户api auth检测用户密码过期逻辑

* [Update] 添加翻译,用户密码过期

* [Update] 用户密码即将过期,发送密码过期提醒邮件

* [Update] 修改检测用户密码过期任务,修改interval为crontab

* [Update] 修改翻译小细节

* [Update] 修改翻译小细节

* [Bugfix] 修复在用户更新页面修改密码时, 不更新最后密码修改时间的bug

* [Update] 修复小细节

* [Update] 修改系统设置成功提示翻译信息
2018-11-22 18:02:12 +08:00
.github [Update] 修改图标 2018-09-05 10:53:12 +08:00
apps [Feature] 添加功能,密码过期间隔时间配置,检测用户密码过期 (#2043) 2018-11-22 18:02:12 +08:00
data [Update] 修改settings和配置文件 2017-12-21 18:54:29 +08:00
docs update docker-guacamole version to latest 2018-07-05 19:08:35 +08:00
logs Add new directory logs 2016-09-04 12:37:42 +08:00
requirements [Feature] 添加功能,密码过期间隔时间配置,检测用户密码过期 (#2043) 2018-11-22 18:02:12 +08:00
tmp Dev (#1053) 2018-03-07 23:18:34 +08:00
utils [Update] 增加脚本导入migration sql 2018-11-13 16:09:26 +08:00
.dockerignore [Docker] For docker update 2017-12-26 01:54:10 +08:00
.gitignore [Update] 维护统一的migrations 2018-11-13 15:57:44 +08:00
Dockerfile [Update] 修改docker file依赖 2018-11-13 16:18:25 +08:00
LICENSE [Demo] update demo mode code 2017-06-19 17:59:13 +08:00
README.md [Update] 修改jumpserver功能图片 (#2020) 2018-11-13 14:59:50 +08:00
build.sh [Update] 维护统一的migrations 2018-11-13 15:57:44 +08:00
config_docker.py [Update] 维护统一的migrations 2018-11-13 15:57:44 +08:00
config_example.py [Update] 修改settings配置 (#2067) 2018-11-22 12:27:27 +08:00
entrypoint.sh [Update] 维护统一的migrations 2018-11-13 15:57:44 +08:00
jms [Update] 修改celery运行,最大20个进程 2018-11-12 17:47:41 +08:00
run_server.py [Update] 管理脚本 2018-03-19 11:26:51 +08:00

README.md

Jumpserver

Python3 Django Ansible Paramiko


Jumpserver是全球首款完全开源的堡垒机使用GNU GPL v2.0开源协议,是符合 4A 的专业运维审计系统。

Jumpserver使用Python / Django 进行开发,遵循 Web 2.0 规范,配备了业界领先的 Web Terminal 解决方案,交互界面美观、用户体验好。

Jumpserver采纳分布式架构支持多机房跨区域部署中心节点提供 API各机房部署登录节点可横向扩展、无并发限制。

改变世界,从一点点开始。


功能

Jumpserver功能

开始使用

快速开始文档 Docker安装

一步一步安装文档 详细部署

也可以查看我们完整文档包括了使用和开发 文档

Demo 和 截图

我们提供了DEMO和截图可以让你快速了解Jumpserver

DEMO 截图

SDK

我们还编写了一些SDK供你其它系统快速和Jumpserver APi交互

  • python Jumpserver其它组件使用这个SDK完成交互
  • java 恺珺同学提供的Java版本的SDK

Copyright (c) 2014-2018 Beijing Duizhan Tech, Inc., All rights reserved.

Licensed under The GNU General Public License version 2 (GPLv2) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.gnu.org/licenses/gpl-2.0.html

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.