mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-27 23:37:08 +00:00
perf: update some commit msg
perf: download ipdb if not found (maybe without lfs)
This commit is contained in:
commit
8d6d188ac7
@ -8,3 +8,4 @@ celerybeat.pid
|
|||||||
### Vagrant ###
|
### Vagrant ###
|
||||||
.vagrant/
|
.vagrant/
|
||||||
apps/xpack/.git
|
apps/xpack/.git
|
||||||
|
|
||||||
|
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
1
.gitignore
vendored
@ -41,3 +41,4 @@ release/*
|
|||||||
releashe
|
releashe
|
||||||
/apps/script.py
|
/apps/script.py
|
||||||
data/*
|
data/*
|
||||||
|
|
||||||
|
@ -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 "****".
|
||||||
|
|
||||||
|
@ -93,3 +93,4 @@ ENV LANG=zh_CN.UTF-8
|
|||||||
EXPOSE 8070
|
EXPOSE 8070
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
ENTRYPOINT ["./entrypoint.sh"]
|
ENTRYPOINT ["./entrypoint.sh"]
|
||||||
|
|
||||||
|
1
LICENSE
1
LICENSE
@ -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>.
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -22,3 +22,4 @@ elif [[ "$action" == "sleep" ]];then
|
|||||||
else
|
else
|
||||||
python jms "${action}" "${service}"
|
python jms "${action}" "${service}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
1
jms
1
jms
@ -189,3 +189,4 @@ if __name__ == '__main__':
|
|||||||
collect_static()
|
collect_static()
|
||||||
else:
|
else:
|
||||||
start_services()
|
start_services()
|
||||||
|
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
|
@ -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/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user