mirror of https://github.com/jumpserver/jumpserver
perf: update some commit msg
perf: download ipdb if not found (maybe without lfs)pull/8879/head
commit
8d6d188ac7
|
@ -7,4 +7,5 @@ django.db
|
|||
celerybeat.pid
|
||||
### Vagrant ###
|
||||
.vagrant/
|
||||
apps/xpack/.git
|
||||
apps/xpack/.git
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
*.mmdb filter=lfs diff=lfs merge=lfs -text
|
||||
*.mo filter=lfs diff=lfs merge=lfs -text
|
||||
*.ipdb filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
|
|
|
@ -41,3 +41,4 @@ release/*
|
|||
releashe
|
||||
/apps/script.py
|
||||
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
|
||||
replace those parts with "REDACTED" or other strings like "****".
|
||||
|
||||
|
|
|
@ -93,3 +93,4 @@ ENV LANG=zh_CN.UTF-8
|
|||
EXPOSE 8070
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
|
||||
|
|
3
LICENSE
3
LICENSE
|
@ -671,4 +671,5 @@ into proprietary programs. If your program is a subroutine library, you
|
|||
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
|
||||
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
|
||||
- support@fit2cloud.com
|
||||
- 400-052-0755
|
||||
|
||||
|
|
|
@ -80,8 +80,6 @@ REDIS_PORT: 6379
|
|||
# 启用定时任务
|
||||
# PERIOD_TASK_ENABLED: True
|
||||
#
|
||||
# Windows 登录跳过手动输入密码
|
||||
# WINDOWS_SKIP_ALL_MANUAL_PASSWORD: False
|
||||
|
||||
# 是否开启 Luna 水印
|
||||
# SECURITY_WATERMARK_ENABLED: False
|
||||
|
@ -97,3 +95,4 @@ REDIS_PORT: 6379
|
|||
|
||||
# 仅允许已存在的用户登录,不允许第三方认证后,自动创建用户
|
||||
# ONLY_ALLOW_EXIST_USER_AUTH: False
|
||||
|
||||
|
|
|
@ -22,3 +22,4 @@ elif [[ "$action" == "sleep" ]];then
|
|||
else
|
||||
python jms "${action}" "${service}"
|
||||
fi
|
||||
|
||||
|
|
1
jms
1
jms
|
@ -189,3 +189,4 @@ if __name__ == '__main__':
|
|||
collect_static()
|
||||
else:
|
||||
start_services()
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
daemonize yes
|
||||
port 6379
|
||||
logfile "/opt/jumpserver/logs/redis.log"
|
||||
dir /opt/jumpserver/
|
||||
dir /opt/jumpserver/
|
||||
|
||||
|
|
Loading…
Reference in New Issue