mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-27 11:12:54 +00:00
perf: upgrade to v4, more international and more standardized.
This commit is contained in:
parent
3731123369
commit
823d9af91d
@ -8,3 +8,4 @@ celerybeat.pid
|
|||||||
.vagrant/
|
.vagrant/
|
||||||
apps/xpack/.git
|
apps/xpack/.git
|
||||||
.history/
|
.history/
|
||||||
|
.idea
|
@ -1,3 +1,4 @@
|
|||||||
[settings]
|
[settings]
|
||||||
line_length=120
|
line_length=120
|
||||||
known_first_party=common,users,assets,perms,authentication,jumpserver,notification,ops,orgs,rbac,settings,terminal,tickets
|
known_first_party=common,users,assets,perms,authentication,jumpserver,notification,ops,orgs,rbac,settings,terminal,tickets
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ REDIS_PORT: 6379
|
|||||||
# OTP settings
|
# OTP settings
|
||||||
# OTP/MFA 配置
|
# OTP/MFA 配置
|
||||||
# OTP_VALID_WINDOW: 0
|
# OTP_VALID_WINDOW: 0
|
||||||
# OTP_ISSUER_NAME: Jumpserver
|
# OTP_ISSUER_NAME: JumpServer
|
||||||
|
|
||||||
# 启用定时任务
|
# 启用定时任务
|
||||||
# PERIOD_TASK_ENABLED: True
|
# PERIOD_TASK_ENABLED: True
|
||||||
@ -87,7 +87,7 @@ REDIS_PORT: 6379
|
|||||||
# 浏览器关闭页面后,会话过期
|
# 浏览器关闭页面后,会话过期
|
||||||
# SESSION_EXPIRE_AT_BROWSER_CLOSE: False
|
# SESSION_EXPIRE_AT_BROWSER_CLOSE: False
|
||||||
|
|
||||||
# 每次api请求,session续期
|
# 每次 api 请求,session 续期
|
||||||
# SESSION_SAVE_EVERY_REQUEST: True
|
# SESSION_SAVE_EVERY_REQUEST: True
|
||||||
|
|
||||||
# 仅允许用户从来源处登录
|
# 仅允许用户从来源处登录
|
||||||
@ -96,6 +96,4 @@ REDIS_PORT: 6379
|
|||||||
# 仅允许已存在的用户登录,不允许第三方认证后,自动创建用户
|
# 仅允许已存在的用户登录,不允许第三方认证后,自动创建用户
|
||||||
# ONLY_ALLOW_EXIST_USER_AUTH: False
|
# ONLY_ALLOW_EXIST_USER_AUTH: False
|
||||||
|
|
||||||
# 开启 Vault 账号存储
|
|
||||||
# VAULT_ENABLED: False
|
|
||||||
|
|
||||||
|
2
jms
2
jms
@ -174,7 +174,7 @@ def start_services():
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description="""
|
description="""
|
||||||
Jumpserver service control tools;
|
JumpServer service control tools;
|
||||||
|
|
||||||
Example: \r\n
|
Example: \r\n
|
||||||
|
|
||||||
|
@ -13,3 +13,5 @@ $ xcode-select --install
|
|||||||
# libxmlsec 报错
|
# libxmlsec 报错
|
||||||
wget 'https://raw.githubusercontent.com/Homebrew/homebrew-core/7f35e6ede954326a10949891af2dba47bbe1fc17/Formula/libxmlsec1.rb'
|
wget 'https://raw.githubusercontent.com/Homebrew/homebrew-core/7f35e6ede954326a10949891af2dba47bbe1fc17/Formula/libxmlsec1.rb'
|
||||||
brew install ./libxmlsec1.rb
|
brew install ./libxmlsec1.rb
|
||||||
|
|
||||||
|
# libxmlsec1
|
@ -1,10 +0,0 @@
|
|||||||
#!/usr/bin/env python3
|
|
||||||
# coding: utf-8
|
|
||||||
|
|
||||||
import sys
|
|
||||||
import subprocess
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
subprocess.call('python3 jms start all', shell=True, stdin=sys.stdin, stdout=sys.stdout)
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
| 项目 | 描述 |
|
| Repo | Description |
|
||||||
|--------------------------------------------|----------------------------|
|
|--------------------------------------------|----------------------------|
|
||||||
| [Lina](https://github.com/jumpserver/lina) | JumpServer Web UI 项目 |
|
| [Lina](https://github.com/jumpserver/lina) | JumpServer Web UI 项目 |
|
||||||
| [Luna](https://github.com/jumpserver/luna) | JumpServer Web Terminal 项目 |
|
| [Luna](https://github.com/jumpserver/luna) | JumpServer Web Terminal 项目 |
|
||||||
|
Loading…
Reference in New Issue
Block a user