Commit Graph
100 Commits
Author SHA1 Message Date
henrygd f60b3bbbfb release 0.15.3 2025-11-01 16:04:02 -04:00
henrygd fa5ed2bc11 update translations 2025-11-01 14:09:10 -04:00
henrygd 21d961ab97 sync language files 2025-11-01 13:50:53 -04:00
henrygd aaa93b84d2 add hebrew + new cpu charts refactoring 2025-11-01 13:34:30 -04:00
henrygdandSven van Ginkel 6a562ce03b add more cpu metrics (#1356)
- adds monitoring for cpu state time and per-core usage

Co-authored-by: Sven van Ginkel <svenvanginkel@icloud.com>
2025-11-01 12:57:58 -04:00
Gabayandhenrygd e54c4b3499 New translations en.po (Hebrew) 2025-10-30 16:50:14 -04:00
henrygd 078c88f825 add hebrew machine translations 2025-10-30 16:45:33 -04:00
henrygd d0ff8ee2c0 fix disk i/o values in longer charts (#1355) 2025-10-30 14:17:56 -04:00
henrygd 0f5b504f23 release 0.15.2 2025-10-29 01:18:15 -04:00
henrygd 1f67fb7c8d release 0.15.1 2025-10-28 19:30:36 -04:00
henrygd 219e09fc78 update language files 2025-10-28 18:41:39 -04:00
henrygd 5122d0341d fix S.M.A.R.T. wrong disk is renderer in the DiskSheet table #1336 2025-10-28 12:55:38 -04:00
zjkalandGitHub 81731689da A small translation error has been fixed (#1343) 2025-10-28 11:09:10 -04:00
henrygd 82a5df5048 add secondsToString function 2025-10-27 14:14:17 -04:00
Sven van GinkelandGitHub 9df4d29236 Add sorting to the smart table (#1333) 2025-10-27 11:43:23 -04:00
henrygd 6287f7003c fix text contrast when container details disabled (#1324) 2025-10-26 11:41:21 -04:00
henrygd 97394e775f release 0.15.0 2025-10-26 10:47:55 -04:00
henrygd e646f2c1fc fix inactive tab losing container table data 2025-10-26 10:32:49 -04:00
henrygd b18528d24a update translations 2025-10-25 18:26:46 -04:00
henrygd a6e64df399 update language files 2025-10-25 17:20:10 -04:00
Klaus Dandlandhenrygd 66ba21dd41 New German translations 2025-10-25 17:19:14 -04:00
Thor B.andhenrygd 1851e7a111 New Danish translations 2025-10-25 17:00:15 -04:00
henrygd 74b78e96b3 pre release refactoring + update changelog 2025-10-25 16:34:32 -04:00
henrygd a9657f9c00 add CONTAINER_DETAILS env var (#1305) 2025-10-25 15:33:01 -04:00
henrygd 40010ad9b9 small frontend refactoring / style updates 2025-10-25 11:58:28 -04:00
henrygdandgeekifan 962613df7c Add initial S.M.A.R.T. support
- Implement SmartManager for collecting SMART data from SATA and NVMe drives
- Add smartctl-based data collection with standby mode detection
- Support comprehensive SMART attributes parsing and storage
- Add hub API endpoint for fetching SMART data from agents
- Create SMART table UI with detailed disk information

Co-authored-by: geekifan <i@ifan.dev>
2025-10-24 18:54:56 -04:00
Sven van GinkelandGitHub 92b1f236e3 [Feature] Let y axis for temperature not start at 0 (#1307)
* Let y axis not start at 0

* use auto auto
2025-10-22 11:17:42 -04:00
henrygd a911670a2d release 0.14.1 2025-10-20 17:44:31 -04:00
henrygd b0cb0c2269 update language files 2025-10-20 17:31:07 -04:00
Teoandhenrygd 735d03577f New Croatian translations 2025-10-20 17:28:57 -04:00
Brunoandhenrygd a33f88d822 New translations en.po (French) 2025-10-20 17:22:53 -04:00
henrygd dfd1fc8fda add image name to containers table (#1302) 2025-10-20 17:11:26 -04:00
henrygd 1df08801a2 fix unfound filter values hiding containers chart (#1301) 2025-10-20 14:33:49 -04:00
henrygd 62f5f986bb add spacing for long temperature chart tooltip (#1299) 2025-10-20 14:32:27 -04:00
henrygd 03900e54cc correctly sort status column in containers table (#1294) 2025-10-19 11:18:32 -04:00
henrygd f4abbd1a5b fix system link in container sheet when serving on subpath 2025-10-18 20:02:58 -04:00
henrygd 77ed90cb4a release 0.14.0 :) 2025-10-18 19:36:23 -04:00
henrygd 2fe3b1adb1 increase chart tooltip z-index 2025-10-18 19:20:16 -04:00
henrygd f56093d0f0 hide container table if no containers 2025-10-18 18:52:59 -04:00
henrygd 77dba42f17 update language files 2025-10-18 18:51:09 -04:00
henrygd e233a0b0dc new zh translations 2025-10-18 17:33:26 -04:00
derileviandhenrygd 18e4c88875 new Hungarian translations 2025-10-18 17:32:34 -04:00
Raskoandhenrygd 904a6038cd new Norwegian translations 2025-10-18 17:30:24 -04:00
henrygd ae55b86493 improve chart filtering logic to support multiple terms (#1274) 2025-10-18 17:10:08 -04:00
henrygd 5360f762e4 expand container monitoring functionality (#928)
- Add new /containers route with virtualized table showing all containers across systems
- Implement container stats collection (CPU, memory, network usage) with health status tracking
- Add container logs and info API endpoints with syntax highlighting using Shiki
- Create detailed container views with fullscreen logs/info dialogs and refresh functionality
- Add container table to individual system pages with lazy loading
- Implement container record storage with automatic cleanup and historical averaging
- Update navbar with container navigation icon
- Extract reusable ActiveAlerts component from home page
- Add FooterRepoLink component for consistent GitHub/version display
- Enhance filtering and search capabilities across container tables
2025-10-18 16:32:16 -04:00
henrygd 0d464787f2 logo color on hover 2025-10-18 15:48:59 -04:00
hankandhenrygd dbf3f94247 New translations by rodrigorm (Portuguese) 2025-10-09 14:21:48 -04:00
Roy W. Andersenandhenrygd 8a81c7bbac New translations en.po (Norwegian) 2025-10-09 14:15:17 -04:00
henrygd d24150c78b release 0.13.2 2025-10-09 14:01:45 -04:00
henrygd 5b663621e4 rename favicon to break cache 2025-10-09 13:37:09 -04:00