Skip to content

Commit 6cf62db

Browse files
committed
update readme
1 parent 5f6996f commit 6cf62db

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ systemctl start|stop|restart|status adminsetd
126126

127127
## 最新更改
128128

129-
- **已移除WebSSH功能**:为增强系统安全性和简化架构,已移除WebSSH功能
130129
- **监控数据存储**:监控数据现在支持使用MySQL存储,不再强依赖MongoDB
131130
- **UI优化**:简化了用户界面,移除了不必要的按钮和功能入口
132131
- **安全加固**:增强了系统安全性,减少了潜在的攻击面
@@ -159,7 +158,7 @@ systemctl start|stop|restart|status adminsetd
159158
- 使用systemd管理Celery和Beat服务
160159
- Celery配置已优化,支持最新版本
161160

162-
## webssh功能
161+
## **webssh功能**
163162
- 为测试功能,严禁在公网使用。
164163
- webssh功能需要先配置应用管理中-认证中心-添加信息,保存用户名和密码,然后再从主机编辑中账号信息选择关联。
165164
- 如果不是超管用户,需要在role里进行授权才可使用webssh功能。

install/server/auto_install.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,6 @@ $venv_dir/bin/pip install --upgrade setuptools wheel
343343
$venv_dir/bin/pip install celery==5.3.6
344344
$venv_dir/bin/pip install django-celery-results==2.5.1
345345

346-
# 删除不再需要的django-celery-results源码
347-
echo "删除无用的django-celery-results源码..."
348-
rm -rf $adminset_dir/vendor/django-celery-results-master
349346

350347
# 安装项目依赖
351348
cd $adminset_dir

0 commit comments

Comments
 (0)