perf: update some commit msg

perf: download ipdb if not found (maybe without lfs)
This commit is contained in:
老广 2022-09-21 14:29:56 +08:00 committed by GitHub
commit 8d6d188ac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 15 additions and 5 deletions

View File

@ -8,3 +8,4 @@ celerybeat.pid
### Vagrant ### ### Vagrant ###
.vagrant/ .vagrant/
apps/xpack/.git apps/xpack/.git

1
.gitattributes vendored
View File

@ -1,3 +1,4 @@
*.mmdb filter=lfs diff=lfs merge=lfs -text *.mmdb filter=lfs diff=lfs merge=lfs -text
*.mo filter=lfs diff=lfs merge=lfs -text *.mo filter=lfs diff=lfs merge=lfs -text
*.ipdb filter=lfs diff=lfs merge=lfs -text *.ipdb filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored
View File

@ -41,3 +41,4 @@ release/*
releashe releashe
/apps/script.py /apps/script.py
data/* data/*

View File

@ -23,3 +23,4 @@ When reporting issues, always include:
Because the issues are open to the public, when submitting files, be sure to remove any sensitive information, e.g. user name, password, IP address, and company name. You can Because the issues are open to the public, when submitting files, be sure to remove any sensitive information, e.g. user name, password, IP address, and company name. You can
replace those parts with "REDACTED" or other strings like "****". replace those parts with "REDACTED" or other strings like "****".

View File

@ -93,3 +93,4 @@ ENV LANG=zh_CN.UTF-8
EXPOSE 8070 EXPOSE 8070
EXPOSE 8080 EXPOSE 8080
ENTRYPOINT ["./entrypoint.sh"] ENTRYPOINT ["./entrypoint.sh"]

View File

@ -672,3 +672,4 @@ may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>. <https://www.gnu.org/licenses/why-not-lgpl.html>.

View File

@ -18,3 +18,4 @@ All security bugs should be reported to the contact as below:
- ibuler@fit2cloud.com - ibuler@fit2cloud.com
- support@fit2cloud.com - support@fit2cloud.com
- 400-052-0755 - 400-052-0755

View File

@ -80,8 +80,6 @@ REDIS_PORT: 6379
# 启用定时任务 # 启用定时任务
# PERIOD_TASK_ENABLED: True # PERIOD_TASK_ENABLED: True
# #
# Windows 登录跳过手动输入密码
# WINDOWS_SKIP_ALL_MANUAL_PASSWORD: False
# 是否开启 Luna 水印 # 是否开启 Luna 水印
# SECURITY_WATERMARK_ENABLED: False # SECURITY_WATERMARK_ENABLED: False
@ -97,3 +95,4 @@ REDIS_PORT: 6379
# 仅允许已存在的用户登录,不允许第三方认证后,自动创建用户 # 仅允许已存在的用户登录,不允许第三方认证后,自动创建用户
# ONLY_ALLOW_EXIST_USER_AUTH: False # ONLY_ALLOW_EXIST_USER_AUTH: False

View File

@ -22,3 +22,4 @@ elif [[ "$action" == "sleep" ]];then
else else
python jms "${action}" "${service}" python jms "${action}" "${service}"
fi fi

1
jms
View File

@ -189,3 +189,4 @@ if __name__ == '__main__':
collect_static() collect_static()
else: else:
start_services() start_services()

View File

@ -0,0 +1 @@

View File

@ -2,3 +2,4 @@ daemonize yes
port 6379 port 6379
logfile "/opt/jumpserver/logs/redis.log" logfile "/opt/jumpserver/logs/redis.log"
dir /opt/jumpserver/ dir /opt/jumpserver/