project-nomad/admin/app
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
..
controllers feat: zim content embedding 2026-02-08 13:20:10 -08:00
exceptions fix(Docs): documentation renderer fixes 2025-12-23 16:00:33 -08:00
jobs feat: zim content embedding 2026-02-08 13:20:10 -08:00
middleware feat: background job overhaul with bullmq 2025-12-06 23:59:01 -08:00
models fix: rework content tier system to dynamically determine install status 2026-02-04 22:58:21 -08:00
services fix(System): show host OS, hostname, GPU instead of container info 2026-02-08 13:23:39 -08:00
utils feat: zim content embedding 2026-02-08 13:20:10 -08:00
validators feat: cron job for system update checks 2026-02-06 15:40:30 -08:00