project-nomad/admin/inertia
Chris Sherwood b0be99700d fix(System): show host OS, hostname, GPU instead of container info
Inside Docker, systeminformation reports the container's Alpine Linux
distro, container ID as hostname, and no GPU. This enriches the System
Information page with actual host details via the Docker API:

- Distribution and kernel version from docker.info()
- Real hostname from docker.info().Name
- GPU model and VRAM via nvidia-smi inside the Ollama container
- Graphics card in System Details (Model, Vendor, VRAM)
- Friendly uptime display (days/hours/minutes instead of minutes only)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 13:23:39 -08:00
..
app feat: [wip] native AI chat interface 2026-01-31 20:39:49 -08:00
components fix(AI Assistant): inline code rendering 2026-02-08 13:20:10 -08:00
context feat: container controls & convienience scripts 2025-08-08 15:07:32 -07:00
css feat: alert and button styles redesign 2025-11-30 23:32:16 -08:00
hooks feat: display model download progress 2026-02-06 16:22:23 -08:00
layouts feat(docs): polish docs rendering with desert-themed components 2026-02-06 14:41:30 -08:00
lib feat: cron job for system update checks 2026-02-06 15:40:30 -08:00
pages fix(System): show host OS, hostname, GPU instead of container info 2026-02-08 13:23:39 -08:00
providers feat: improve global error reporting with user notifs 2026-02-04 22:58:21 -08:00
tsconfig.json fix(Docs): documentation renderer fixes 2025-12-23 16:00:33 -08:00