Commit Graph

65 Commits

Author SHA1 Message Date
rmm
7431473858 Minor format adjustments:
- Added missing quotation marks to a warning msg
- Adjusted sed program for better readability
2023-07-09 19:45:45 +02:00
Meliox
d2373bf287
Update readme.md
Correct download url in install instructions. Closes #6
2023-07-08 22:44:56 +02:00
Meliox
b642d4c102
Ask user for input for CPU configuration (#4)
* More flexible CPU detection. Ask user to input correct parameters. Examples are presented to guide the user
* Amd temps are by default limited to "Tccd" whereas Intel is "Cores"
* Rework indexing of all temperature items. CPU temps will be presented in the order presented from lm-sensors
* Dynamically add temps and only show temps that are available (CPU, HDD, SSD, NVMe)
* Change default backup location to same location as the script
* Reworked script output messages
* Many code quality improvements
* Visual improvements temp display in proxmox gui
Resolves #1 , #3, #5 

---------

Co-authored-by: Meliox
Co-authored-by: rmm
2023-07-08 22:36:44 +02:00
Meliox
496b250ca3 Some code cleanup
Enable copying of backup files
2023-06-27 20:16:56 +02:00
R.M.M
1469e64ba7
Dynamic display of temperatures for all CPU cores, NVMe drives and HDD/SSDs (#2)
* Dynamic temperatures display for all CPU cores and NVMe drives.
* Panel height made adjustable.
* Degree sign added.
* Vertical alignment set to 'top' for all rows in the panel.
* Support for HDD/SSD temparatures added (requires kernel module drivetemp).
* Move sensor config to beginning of script.
* Warn user if drivetemp kernal module is not installed
* Save sensor -j reading into a single variable that all temps are read from
* Update readme to new changes
2023-06-27 20:13:41 +02:00
Meliox
f3fcec1a44
Update readme.md 2023-06-25 13:09:13 +02:00
Meliox
d15b5d4eda
Update readme.md 2023-06-25 13:08:50 +02:00
Meliox
d87a2cec7b
Create updateallcontainers.sh
Add bash script to update all containers
2023-06-25 13:03:26 +02:00
Meliox
bbeff75c74
Update pve-mod-gui-temp.sh
Add function to install lm-sensors during installation process
2023-04-26 18:01:06 +02:00
Meliox
a7f8e70d6b
Update readme.md 2023-04-24 20:50:53 +02:00
Meliox
948d1c07c3
Update readme.md 2023-04-24 20:40:43 +02:00
Meliox
c07b23d0d6
Update readme.md 2023-04-24 20:40:22 +02:00
Meliox
525836ef01
Delete pve-mods.md 2023-04-24 20:39:33 +02:00
Meliox
00bde7046a
Add files via upload 2023-04-24 20:39:12 +02:00
Meliox
b2117d4250
Add files via upload 2023-04-24 20:38:43 +02:00