github-actions[bot]
fbf39ce167
chore: accumulate changes from 6e3fd79
2026-08-09 09:06:15 +00:00
github-actions[bot]
e707e5251c
chore: accumulate changes from 32ed174
2026-08-09 09:06:15 +00:00
github-actions[bot]
ee694a2c22
chore: accumulate changes from 8d17ad9
2026-08-09 09:06:15 +00:00
github-actions[bot]
5ea31f240c
chore: accumulate changes from edcd445
2026-08-09 09:06:15 +00:00
github-actions[bot]
9f142eae38
chore: accumulate changes from ac007f5
2026-08-09 09:06:15 +00:00
github-actions[bot]
9ade389dc9
chore: accumulate changes from 679d844
2026-08-09 09:06:15 +00:00
github-actions[bot]
356d956327
chore: accumulate changes from 70f9790
2026-08-09 09:06:15 +00:00
github-actions[bot]
e21ae51fbd
chore: accumulate changes from 0855a19
2026-08-09 09:06:15 +00:00
github-actions[bot]
0614b2a6fd
chore: accumulate changes from 96b8a12
2026-08-09 09:06:15 +00:00
github-actions[bot]
cf2e0acf40
chore: accumulate changes from 9805ce4
2026-08-09 09:06:15 +00:00
github-actions[bot]
638b358526
chore: accumulate changes from 5df83ec
2026-08-09 09:06:15 +00:00
github-actions[bot]
acdda9e90f
chore: accumulate changes from 8547e33
2026-08-09 09:06:15 +00:00
github-actions[bot]
c768b0c1d6
chore: accumulate changes from 15c0a45
2026-08-09 09:06:15 +00:00
github-actions[bot]
d3a731d7f6
chore: accumulate changes from 1655551
2026-08-09 09:06:15 +00:00
github-actions[bot]
fe554d749f
chore: accumulate changes from a6c08dc
2026-08-09 09:06:15 +00:00
github-actions[bot]
0efbe4181e
chore: accumulate changes from 40ff13c
2026-08-09 09:06:15 +00:00
github-actions[bot]
dbcc11e91c
chore: accumulate changes from 2221c8f
2026-08-09 09:06:15 +00:00
github-actions[bot]
731d26bc4b
chore: accumulate changes from abe8dcf
2026-08-09 09:06:15 +00:00
github-actions[bot]
9e6ca20374
chore: accumulate changes from e05ff6f
2026-08-09 09:06:15 +00:00
github-actions[bot]
16ec8f9397
chore: accumulate changes from 0ab8a67
2026-08-09 09:06:15 +00:00
github-actions[bot]
f23fc0cdc1
chore: accumulate changes from d6a160d
2026-08-09 09:06:15 +00:00
github-actions[bot]
30ec4786b0
chore: accumulate changes from ed991b4
2026-08-09 09:06:15 +00:00
github-actions[bot]
14634b37b6
chore: accumulate changes from 80137d3
2026-08-09 09:06:15 +00:00
github-actions[bot]
48a80728aa
chore: accumulate changes from bfeeb94
2026-08-09 09:06:15 +00:00
github-actions[bot]
7aafe6c343
chore: accumulate changes from d2c00f8
2026-08-09 09:06:15 +00:00
github-actions[bot]
92052d1b64
chore: accumulate changes from b8ce814
2026-08-09 09:06:15 +00:00
github-actions[bot]
f5743f314b
chore: accumulate changes from fd422f4
2026-08-09 09:06:15 +00:00
github-actions[bot]
c9eb7c3259
chore: accumulate changes from ecf3a56
2026-08-09 09:06:15 +00:00
github-actions[bot]
0e87f855bd
chore: accumulate changes from 819d30c
2026-08-09 09:06:15 +00:00
Meliox
de6f309d22
Update CHANGES.md
2026-08-09 09:06:15 +00:00
github-actions[bot]
dad36a373e
chore: accumulate changes from 0e99e06
2026-08-09 09:06:15 +00:00
github-actions[bot]
0e6ca72106
chore: accumulate changes from f740c00
2026-08-09 09:06:15 +00:00
github-actions[bot]
50d451c19f
chore: accumulate changes from 88983fd
2026-08-09 09:06:15 +00:00
github-actions[bot]
89436aab5b
chore: accumulate changes from 335f58c
2026-08-09 09:06:15 +00:00
Meliox
042cc1949f
fix control suggests ( #256 )
...
Co-authored-by: Meliox <na>
2026-08-09 11:06:07 +02:00
Meliox
415c3ab097
Update deb package control ( #255 )
...
* update
* remove dup
* more
---------
Co-authored-by: Meliox <na>
2026-08-09 10:56:33 +02:00
Meliox
5e5e6b6726
remove small gpu stats ( #253 )
...
Co-authored-by: Meliox <na>
2026-08-09 10:48:56 +02:00
Meliox
965ffea463
add deb signing ( #254 )
...
* add deb signing
* add to test release as well
* revert test signing
---------
Co-authored-by: Meliox <na>
2026-08-09 10:34:49 +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
b433d5cc2d
remove new line in PR changelog ( #249 )
...
Co-authored-by: Meliox <na>
2026-08-08 22:58:46 +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
9fa4b97361
Update github actions to v7 ( #245 )
...
Co-authored-by: Meliox <na>
2026-08-08 19:23:26 +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