Say what Varaverk itself is using on the System card

The card described the machine and said nothing about the thing whose dashboard
it is. Cache size matters most: VV_CACHE_ROOT is under /tmp, which on Unraid is
RAM, so it is shown against the rootfs percentage it counts against. Jobs are
locks with a live process — four lock files were sitting there and one job was
actually running.
This commit is contained in:
Gmer4Lfe
2026-08-21 09:39:52 -04:00
parent d9c37ac763
commit 96b907acbc
4 changed files with 133 additions and 0 deletions
+1
View File
@@ -112,6 +112,7 @@ if (vv_ai_ui_on()) {
echo json_encode([
'system' => vv_system_info(),
'varaverk' => vv_varaverk_state(),
'fallback' => vv_fallback_state(),
'fallback_active' => vv_fallback_active(),
'partner' => vv_partner_state(),