perf: upgrade to v4, more international and more standardized.

This commit is contained in:
ibuler 2024-07-04 10:01:53 +08:00 committed by 老广
parent 3731123369
commit 823d9af91d
8 changed files with 9 additions and 17 deletions

View File

@ -8,3 +8,4 @@ celerybeat.pid
.vagrant/
apps/xpack/.git
.history/
.idea

View File

@ -1,3 +1,4 @@
[settings]
line_length=120
known_first_party=common,users,assets,perms,authentication,jumpserver,notification,ops,orgs,rbac,settings,terminal,tickets

View File

@ -75,7 +75,7 @@ REDIS_PORT: 6379
# OTP settings
# OTP/MFA 配置
# OTP_VALID_WINDOW: 0
# OTP_ISSUER_NAME: Jumpserver
# OTP_ISSUER_NAME: JumpServer
# 启用定时任务
# PERIOD_TASK_ENABLED: True
@ -96,6 +96,4 @@ REDIS_PORT: 6379
# 仅允许已存在的用户登录,不允许第三方认证后,自动创建用户
# ONLY_ALLOW_EXIST_USER_AUTH: False
# 开启 Vault 账号存储
# VAULT_ENABLED: False

2
jms
View File

@ -174,7 +174,7 @@ def start_services():
if __name__ == '__main__':
parser = argparse.ArgumentParser(
description="""
Jumpserver service control tools;
JumpServer service control tools;
Example: \r\n

View File

@ -13,3 +13,5 @@ $ xcode-select --install
# libxmlsec 报错
wget 'https://raw.githubusercontent.com/Homebrew/homebrew-core/7f35e6ede954326a10949891af2dba47bbe1fc17/Formula/libxmlsec1.rb'
brew install ./libxmlsec1.rb
# libxmlsec1

View File

@ -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)

View File

@ -1,4 +1,4 @@
| 项目 | 描述 |
| Repo | Description |
|--------------------------------------------|----------------------------|
| [Lina](https://github.com/jumpserver/lina) | JumpServer Web UI 项目 |
| [Luna](https://github.com/jumpserver/luna) | JumpServer Web Terminal 项目 |