-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
35 lines (29 loc) · 864 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
How to install in Unraid:
Go to the docker tab, click Add Container.
Name: liquidtemp
Repository: pstewardyul/liquidtemp:latest
Privileged: ON
Click on Add another Path, Port, Variable, Label or Device:
Config Type: Variable
Name: Thresholds
Key: THRESHOLDS_ENV
Value: 20,25,30,35,40,45
Save.
Click on Add another Path, Port, Variable, Label or Device:
Config Type: Variable
Name: Fan Speeds
Key: FAN_SPEEDS_ENV
Value: 20,30,40,50,60,100
Save.
Click on Add another Path, Port, Variable, Label or Device:
Config Type: Variable
Name: Excluded Drives from temp calc
Key: EXCLUDED_DRIVES_ENV
Value: {ENTER WHAT EVER DRIVES YOU DON'T WANT TO CHECK TEMP,. example "/dev/sda" }
Save.
Click on Add another Path, Port, Variable, Label or Device:
Config Type: Variable
Name: Fans
Key: FAN_QUANTITY_ENV
Value: {ENTER QUANTITY OF FANS UNDER CONTROL, example "3" }
Save.