Gmer4Lfe
359b051e64
varaverk: System card (identity/time/uptime/buttons); merge Fallback+Partner into one card
2026-05-24 12:00:09 -04:00
Gmer4Lfe
725c371f21
varaverk: remove GPU history chart
2026-05-24 11:53:54 -04:00
Gmer4Lfe
6be9873f49
varaverk: fallback and partner cards — 250px min-width, matched flex:1
2026-05-24 11:50:51 -04:00
Gmer4Lfe
36831f0693
Revert "varaverk: top row cards equal width (flex:1 across all five)"
...
This reverts commit f35a0f2dd4 .
2026-05-24 11:49:30 -04:00
Gmer4Lfe
f35a0f2dd4
varaverk: top row cards equal width (flex:1 across all five)
2026-05-24 11:48:50 -04:00
Gmer4Lfe
cead4eb46f
varaverk: redesign Fallback card — host online/offline list, state line, active fallback containers with image
2026-05-24 11:47:08 -04:00
Gmer4Lfe
c17be8d017
varaverk: add Partner card — known hosts, owner tags, Tailscale online status
2026-05-24 11:36:23 -04:00
Gmer4Lfe
cbac3949e0
varaverk: network canvas 100→110px
2026-05-24 11:30:15 -04:00
Gmer4Lfe
3c26f8d767
varaverk: memory top procs — top 3, inline right of total on same line
2026-05-24 11:28:51 -04:00
Gmer4Lfe
397ec405a0
varaverk: memory card — top 5 procs by RSS as horizontal strip under total
2026-05-24 11:25:27 -04:00
Gmer4Lfe
475cb3e75c
varaverk: memory card — top 3 usages by size in top-right corner
2026-05-24 11:21:43 -04:00
Gmer4Lfe
2cd0a8e66e
varaverk: inline RX/TX legend with speed numbers; drop separate legend row
2026-05-24 11:20:11 -04:00
Gmer4Lfe
50614b9cbe
varaverk: network canvas 52→100px
2026-05-24 11:16:49 -04:00
Gmer4Lfe
423a8e3e0a
varaverk: CPU canvas 36→60px; add GPU history chart at 60px
2026-05-24 11:15:31 -04:00
Gmer4Lfe
496d70c137
Revert "varaverk: stretch CPU and GPU graphs to card bottom; add GPU history chart"
...
This reverts commit 660c4762f2 .
2026-05-24 11:12:55 -04:00
Gmer4Lfe
660c4762f2
varaverk: stretch CPU and GPU graphs to card bottom; add GPU history chart
...
- CPU/GPU cards: flex-column so body div takes remaining height
- CPU canvas: flex:1 + min-height:36px instead of fixed 36px
- GPU: add vvGpuHistory + canvas (purple, same style as CPU); canvas flex:1
stretches to fill whatever space the row's tallest card leaves over
2026-05-24 11:11:04 -04:00
Gmer4Lfe
ab3e28531e
varaverk: monitor overhaul — CPU/memory/network/streams cards; scheduler polish
...
Monitor tab:
- CPU card: per-core bars (freq-colored), overall usage bar, rolling history chart
- Memory card: breakdown by system/VM/ZFS/Docker/free with progress bars
- Network card: LAN + ext + Tailscale IP display, live RX/TX chart with auto-scale
- Streams card: Emby/Jellyfin/Plex sessions with playback bar and server badges
- GPU card: adds power draw, encode%, decode% meters
- Transcode card: ramdisk vs SSD location pill, session count, flip history
- Canvas chart helpers: vvDrawChart, vvDrawNetChart, vvMeter, vvFmtBps, vvFmtGib
api/monitor.php: adds cpu, mem, net to response payload
2026-05-24 10:52:42 -04:00
Gmer4Lfe
4ab3ddbc47
Add Varaverk plugin scaffold (PHP, unRAID native)
...
Plugin lives in Plugin/ — invisible to User Script Plugin.
dev_install.sh symlinks into /usr/local/emhttp/plugins/varaverk/ for development.
Pages: Monitor (5s poll), Scheduler (orchs + Advanced children, toggle + cron),
Config (raw editor, host-aware file access), Docs (markdown + live $VAR substitution).
API endpoints: monitor.php (JSON), scheduler.php (writes schedule.json + cron.d),
config.php (writes conf files with host permission check).
Includes: config.php (parser, host detection, var map), scheduler.php (job tree,
cron.d rebuild), monitor.php (docker, GPU, resources, fallback, transcode),
docs.php (file tree, var substitution, Parsedown renderer).
2026-05-23 16:19:12 -04:00