bump supported version and lm-sensors installation instruction (#84)
Co-authored-by: Meliox <na>
This commit is contained in:
parent
3cb1ac83b9
commit
715e3d6864
@ -4,7 +4,7 @@ A small collection of scripts and mods for Proxmox Virtual Environment (PVE)
|
|||||||
If you find this helpful, a small donation is appreciated, [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K8XPMSEBERH3W).
|
If you find this helpful, a small donation is appreciated, [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K8XPMSEBERH3W).
|
||||||
|
|
||||||
## Node sensor readings view
|
## Node sensor readings view
|
||||||
(Tested compatibility: 7.x - 8.3.2)
|
(Tested compatibility: 7.x - 8.3.3)
|
||||||

|

|
||||||
|
|
||||||
This bash script installs a modification to the Proxmox Virtual Environment (PVE) web user interface (UI) to display sensor readings in a flexible and readable manner. Supported are CPU, NVMe/HDD/SSD temperatures (Celsius/Fahrenheit), fan speeds, ram temperatures, mixed CPU's core nodes setups, motherboard information or system information.
|
This bash script installs a modification to the Proxmox Virtual Environment (PVE) web user interface (UI) to display sensor readings in a flexible and readable manner. Supported are CPU, NVMe/HDD/SSD temperatures (Celsius/Fahrenheit), fan speeds, ram temperatures, mixed CPU's core nodes setups, motherboard information or system information.
|
||||||
@ -31,7 +31,7 @@ Instructions be performed as 'root', as normal users do not have access to the f
|
|||||||
|
|
||||||
```
|
```
|
||||||
apt-get install lm-sensors
|
apt-get install lm-sensors
|
||||||
# lm-sensors need configure, run below to configure your sensors, or refer to lm-sensors manual.
|
# lm-sensors must be configured, run below to configure your sensors, apply temperature offsets. Refer to lm-sensors manual for more information.
|
||||||
sensors-detect
|
sensors-detect
|
||||||
wget https://raw.githubusercontent.com/Meliox/PVE-mods/main/pve-mod-gui-sensors.sh
|
wget https://raw.githubusercontent.com/Meliox/PVE-mods/main/pve-mod-gui-sensors.sh
|
||||||
bash pve-mod-gui-sensors.sh install
|
bash pve-mod-gui-sensors.sh install
|
||||||
@ -40,7 +40,7 @@ bash pve-mod-gui-sensors.sh install
|
|||||||
Additionally, adjustments are available in the first part of the script, where paths can be edited, cpucore offset and display information.
|
Additionally, adjustments are available in the first part of the script, where paths can be edited, cpucore offset and display information.
|
||||||
|
|
||||||
## Nag screen deactivation
|
## Nag screen deactivation
|
||||||
(Tested compatibility: 7.x - 8.3.2)
|
(Tested compatibility: 7.x - 8.3.3)
|
||||||
This bash script installs a modification to the Proxmox Virtual Environment (PVE) web user interface (UI) which deactivates the subscription nag screen.
|
This bash script installs a modification to the Proxmox Virtual Environment (PVE) web user interface (UI) which deactivates the subscription nag screen.
|
||||||
|
|
||||||
The modification includes two main steps:
|
The modification includes two main steps:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user