Meliox
8d70194b8a
fix(nag_screen): Patch typo ( #318 )
...
Co-authored-by: Meliox <na>
2026-08-23 01:23:42 +02:00
Meliox
2a122ef3eb
feat(node_info) Add configurable minimum-temperature ignore threshold ( #316 )
...
Co-authored-by: Meliox <na>
2026-08-23 00:30:51 +02:00
Meliox
0476410de5
fix(node_info): re-show sensor widgets when data becomes valid again after being hidden ( #312 )
...
Co-authored-by: Meliox <na>
2026-08-23 00:25:27 +02:00
Meliox
972c9ae956
fix(node_info): reap zombie pve_mod_worker and orphaned collector processes ( #307 )
...
* fix(node_info): reap zombie pve_mod_worker and orphaned collector processes
Double-forks pve_mod_worker so it is reparented to init instead of the calling process, which reaps it immediately on exit and prevents it lingering as a <defunct> zombie. Also adds startup-time reaping of orphaned collector-* processes (ppid==1) left behind if a worker was previously killed with SIGKILL, and an opportunistic waitpid(WNOHANG) in _worker_lock_file_exists as a cheap supplemental reap.
* fix compile error and reap orphans
---------
Co-authored-by: Meliox <na>
2026-08-22 23:48:59 +02:00
Evan
69e2d78b0a
feat(node_info): UPS widget: redesign status panel with battery-charge progress bar ( #310 )
2026-08-22 23:33:04 +02:00
Meliox
bdb3f9f3df
fix(node_info): normalize UPS data — derive ups.realpower fallback and clean invalid battery.mfr.date ( #309 )
...
Co-authored-by: Meliox <na>
2026-08-22 23:17:59 +02:00
Meliox
c768eac6e3
fix(nag_screen): Fix nag screen patch webui line offsets ( #315 )
...
Co-authored-by: Meliox <na>
2026-08-22 21:20:25 +02:00
Evan
8a9b7568a7
fix(node_info): hide GPU Details and GPU Fans when no GPU is present ( #311 )
...
Empty graphics payloads currently leave the labelled rows visible with
no content. Hide those widgets unless they can render at least one GPU.
2026-08-22 17:49:56 +02:00
Meliox
f754331c3a
fix(node_info): fix stale worker lock detection for zombie processes ( #306 )
...
Co-authored-by: Meliox <na>
2026-08-19 21:58:49 +02:00
Meliox
e46734cd37
fix(node_info): return average and core temps for intel ( #302 )
...
Co-authored-by: Meliox <na>
2026-08-17 20:51:43 +02:00
Meliox
cee8d04e36
feat/fix(node_info): expose temp_unit in graphics API response & fix temperature conversion ( #295 )
...
Co-authored-by: Meliox <na>
2026-08-14 20:32:10 +02:00
Meliox
8ebc2b4753
feat(node_info): add GPU utilization display with color-coded thresholds for NVIDIA GPUs ( #296 )
...
Co-authored-by: Meliox <na>
2026-08-14 20:15:43 +02:00
Meliox
c21b9735ba
remove buildtest file ( #288 )
...
Co-authored-by: Meliox <na>
2026-08-09 14:21:35 +02:00
Meliox
f3db7e711c
buildtest10 ( #285 )
...
Co-authored-by: Meliox <na>
2026-08-09 14:05:29 +02:00
Meliox
0bdf5a31ec
buildtest9 ( #281 )
...
Co-authored-by: Meliox <na>
2026-08-09 13:59:40 +02:00
Meliox
e34ae968ca
buildtest8 ( #278 )
...
Co-authored-by: Meliox <na>
2026-08-09 13:44:15 +02:00
Meliox
32d308f8c3
buildtest7 ( #273 )
...
Co-authored-by: Meliox <na>
2026-08-09 13:20:54 +02:00
Meliox
94a43555e7
buildtest6 ( #270 )
...
Co-authored-by: Meliox <na>
2026-08-09 13:13:56 +02:00
Meliox
aab6568114
test 5 ( #268 )
...
Co-authored-by: Meliox <na>
2026-08-09 13:00:08 +02:00
Meliox
3eaf040055
build test 4 ( #265 )
...
Co-authored-by: Meliox <na>
2026-08-09 12:54:11 +02:00
Meliox
9962844e07
build 3 ( #263 )
...
Co-authored-by: Meliox <na>
2026-08-09 12:51:48 +02:00
Meliox
7d1525f967
Buildtest2 ( #260 )
...
* build test
* sd
---------
Co-authored-by: Meliox <na>
2026-08-09 11:47:22 +02:00
Meliox
3e695816ec
build test ( #258 )
...
Co-authored-by: Meliox <na>
2026-08-09 11:37:58 +02:00
Meliox
5e5e6b6726
remove small gpu stats ( #253 )
...
Co-authored-by: Meliox <na>
2026-08-09 10:48:56 +02:00
Meliox
9160c0a9b1
fix: remove duplicate test scripts from src/scripts/test/ ( #252 )
...
test-patches.sh and test-syntax.sh were left in src/scripts/test/ after the
restructure; the canonical copies are in build/test/ where they belong.
Co-authored-by: Meliox <na>
2026-08-08 23:53:22 +02:00
Meliox
6585849459
Restructure repo ( #251 )
...
* refactor: restructure src/ into modules/, scripts/, and build/
- src/nag_screen/ and src/node_info/ -> src/modules/ (mods grouped explicitly)
- src/Scripts/ -> src/scripts/ (lowercase, consistent)
- src/gen-rules.sh -> build/ (build tool separated from source)
Update all references: debian/rules, .github/workflows/*, build/gen-rules.sh,
src/scripts/test/test-syntax.sh (SRC_DIR now points to src/modules/),
src/scripts/test/test-patches.sh, and files.list comments.
* refactor: move CI test scripts from src/scripts/test/ to build/test/
Test scripts are not installed — they are CI/dev tooling and belong
alongside build/gen-rules.sh. Update workflow references and fix the
SRC_DIR path depth in build/test/test-syntax.sh (../ -> ../..).
* d
---------
Co-authored-by: Meliox <na>
2026-08-08 23:46:46 +02:00
Meliox
3db6a010df
remove unused file ( #250 )
...
Co-authored-by: Meliox <na>
2026-08-08 23:08:37 +02:00
Meliox
552a5c071b
fix: write config before applying patches so pveproxy restarts with new settings ( #248 )
...
* fix: write config before applying patches so pveproxy restarts with new settings
* write config per mod only
---------
Co-authored-by: Meliox <na>
2026-08-08 22:23:25 +02:00
Meliox
6e3fd7958e
Fix duplicate deb config warning ( #247 )
...
* d
* f
* oneline rules
* remove duplicat warning
* simplify gen rules
* also fix release
---------
Co-authored-by: Meliox <na>
2026-08-08 21:23:44 +02:00
Meliox
32ed174c0c
More build check fixes ( #246 )
...
* fix
* one more
* one more
* plus one
* mm
* plus one
* moar
* more
* fix keyring
---------
Co-authored-by: Meliox <na>
2026-08-08 20:15:27 +02:00
Meliox
8d17ad9f99
fix temperature conversion ( #232 )
...
Co-authored-by: Meliox <na>
2026-07-05 20:00:31 +02:00
Meliox
edcd445e59
fix intel gpu debug ( #231 )
...
* fix intel debug
* set path to the same
---------
Co-authored-by: Meliox <na>
2026-07-05 18:59:10 +02:00
Meliox
ac007f5f38
readd hdd and ssd support ( #229 )
...
* re add hdd and ssd support
* fixes
---------
Co-authored-by: Meliox <na>
2026-07-05 18:03:53 +02:00
Meliox
679d844e14
implement support for other thermals ( #228 )
...
* first
* second
* first
* second
* minor fixes
* fix warning msg
* update readme
---------
Co-authored-by: Meliox <na>
2026-07-05 18:03:36 +02:00
Meliox
70f9790da0
implement toggling of widgets ( #227 )
...
Co-authored-by: Meliox <na>
2026-07-05 15:09:51 +02:00
Meliox
0855a19cc3
add rpi cpu temp support ( #226 )
...
* add rpi cpu temp support
* change render to SOC
---------
Co-authored-by: Meliox <na>
2026-07-05 12:13:24 +02:00
Meliox
96b8a1277e
refactor mod configurator ( #222 )
...
* refactor mod configurator
* ci: add apt-get update before install in test-release and weekly-patch-test workflows
---------
Co-authored-by: Meliox <na>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-07-05 10:18:47 +02:00
Meliox
9805ce4ed7
Add readmes to each mod ( #223 )
...
* mod readnmes
* small typos
---------
Co-authored-by: Meliox <na>
2026-07-05 09:22:24 +02:00
Meliox
5df83ec369
fix collectors, modular apply/unapply patches, correct config loading in pve-mod-configure ( #208 )
...
* first
* also check for output file
* add full debug to intel device
* implement ups debug and intel debug
* fix system information call
* add graphic info call and return if call not configured
* add intel to safe init
* write out intel to config
* fix patch
* Move collection of system information to cache
* implement system info
* fix config load
* more intel fixes
* fix tainted paths and intel graphics
* resolved rrd crash by disabling rrd when not enabled
* fix(configure): toggle install state, scope patching to selected mod
* small fix for get_graphics_info naming
* fix(configure): don't update config if patch apply/revert fails
* revert version in config
---------
Co-authored-by: Meliox <na>
2026-06-14 13:07:38 +02:00
Meliox
8547e337b7
fix(workflow): More deps for test mod 3 ( #215 )
...
Co-authored-by: Meliox <na>
2026-06-14 10:34:30 +02:00
Meliox
15c0a45d6b
fix(workflow): More deps for test mod 2 ( #214 )
...
Co-authored-by: Meliox <na>
2026-06-14 10:28:50 +02:00
Meliox
165555130a
fix(workflow): More deps for test mod ( #213 )
...
Co-authored-by: Meliox <na>
2026-06-14 10:22:22 +02:00
Meliox
a6c08dc65d
fix(workflow): Fix versioning and missing deps ( #212 )
...
* fix versioning
* add missing deps for testing
---------
Co-authored-by: Meliox <na>
2026-06-14 10:13:54 +02:00
Meliox
40ff13cc33
workflow: validate mods syntax check ( #210 )
...
* validate mods with syntax check
* sd
---------
Co-authored-by: Meliox <na>
2026-06-14 01:23:37 +02:00
Meliox
2221c8fe8c
workflow: changes to make test workflow work ( #207 )
...
* test6
* fix function call
* add final missing newline to patch
* remove existing config prompt
* add pve-yew-mobile-gui to dep and test
---------
Co-authored-by: Meliox <na>
2026-06-13 17:34:29 +02:00
Meliox
abe8dcfee8
chore: enforce LF line endings via .gitattributes ( #206 )
...
* tes5
* chore: enforce LF line endings via .gitattributes
---------
Co-authored-by: Meliox <na>
2026-06-11 22:47:53 +02:00
Meliox
e05ff6f2fb
change all text files to use LF ( #205 )
...
* test t
* change all files to use LF
* g
---------
Co-authored-by: Meliox <na>
2026-06-11 22:34:25 +02:00
Meliox
0ab8a67152
resolve absolut path patching ( #204 )
...
* test3
* resolve absolut path patching
---------
Co-authored-by: Meliox <na>
2026-06-11 22:20:52 +02:00
Meliox
d6a160d181
add verbose to dry-run patching ( #203 )
...
* test 2
* add verbose to dry-run patching
---------
Co-authored-by: Meliox <na>
2026-06-11 21:56:44 +02:00
Meliox
80137d3fb3
rework test workflow and test setup ( #201 )
...
Co-authored-by: Meliox <na>
2026-06-11 21:14:06 +02:00