diff --git a/CHANGES.md b/CHANGES.md index 7c974be..dc5556c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ ## Unreleased - 准备公开开源发布流程,Docker Hub 镜像统一为 `lkddi/dell-fans-controller`。 +- 说明项目基于 `joestar817/dell-fans-controller-docker` 升级开发。 - GitHub Actions 改为 PR 构建验证,`v*` tag 才发布 Docker 镜像。 - 新增 Docker、Docker Compose 和本机 Python 三种运行说明。 - 移除代码中的默认 iDRAC 地址、账号和密码,改为必须通过环境变量配置。 diff --git a/README.md b/README.md index a2952b8..f17d821 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Dockerized fan controller for Dell iDRAC/IPMI servers. It reads temperature sens 通过 iDRAC/IPMI 自动读取 Dell 服务器温度,并根据温度调整风扇转速。适合希望降低噪音、但仍保留高温自动保护的家庭实验室、机房和 NAS 场景。 +This project is upgraded and developed based on [joestar817/dell-fans-controller-docker](https://github.com/joestar817/dell-fans-controller-docker). + +本项目基于 [joestar817/dell-fans-controller-docker](https://github.com/joestar817/dell-fans-controller-docker) 升级开发。 + > Warning: manual fan control can cause overheating if configured incorrectly. Test with care and keep iDRAC automatic mode available as fallback. > > 警告:手动风扇控制配置不当可能导致过热。请先确认服务器散热状态,并保留 iDRAC 自动模式作为兜底。