File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ systemctl start|stop|restart|status adminsetd
126
126
127
127
## 最新更改
128
128
129
- - ** 已移除WebSSH功能** :为增强系统安全性和简化架构,已移除WebSSH功能
130
129
- ** 监控数据存储** :监控数据现在支持使用MySQL存储,不再强依赖MongoDB
131
130
- ** UI优化** :简化了用户界面,移除了不必要的按钮和功能入口
132
131
- ** 安全加固** :增强了系统安全性,减少了潜在的攻击面
@@ -159,7 +158,7 @@ systemctl start|stop|restart|status adminsetd
159
158
- 使用systemd管理Celery和Beat服务
160
159
- Celery配置已优化,支持最新版本
161
160
162
- ## webssh功能
161
+ ## ** webssh功能** :
163
162
- 为测试功能,严禁在公网使用。
164
163
- webssh功能需要先配置应用管理中-认证中心-添加信息,保存用户名和密码,然后再从主机编辑中账号信息选择关联。
165
164
- 如果不是超管用户,需要在role里进行授权才可使用webssh功能。
Original file line number Diff line number Diff line change @@ -343,9 +343,6 @@ $venv_dir/bin/pip install --upgrade setuptools wheel
343
343
$venv_dir /bin/pip install celery==5.3.6
344
344
$venv_dir /bin/pip install django-celery-results==2.5.1
345
345
346
- # 删除不再需要的django-celery-results源码
347
- echo " 删除无用的django-celery-results源码..."
348
- rm -rf $adminset_dir /vendor/django-celery-results-master
349
346
350
347
# 安装项目依赖
351
348
cd $adminset_dir
You can’t perform that action at this time.
0 commit comments