补充原项目来源说明

This commit is contained in:
2026-05-06 10:22:44 +08:00
parent 884ca887af
commit e560538cdd
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -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 地址、账号和密码,改为必须通过环境变量配置。
+4
View File
@@ -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 自动模式作为兜底。