You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_EN.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,13 @@ FanX is a fan control and monitoring platform built with .NET 8 and Blazor. It p
79
79
- Username: `admin`
80
80
- Password: `admin123`
81
81
82
+
### Docker Deployment
83
+
For Docker deployment, you can use the provided [docker-compose.yml](docker-compose.yml) file. This allows you to run FanX in a containerized environment with all dependencies managed automatically.
@@ -103,13 +110,29 @@ FanX is a fan control and monitoring platform built with .NET 8 and Blazor. It p
103
110
- Set up notification channels and rules on the `/notifications` page.
104
111
- Adjust log retention days and sensor data policies on the `/settings` page (default is 30 days).
105
112
113
+
> If you need to manually control fans, you can set it to manual mode on the `/fan-control` page, then go to the `/debug` page to adjust fan speeds individually.
0 commit comments