project-nomad/admin/app/services
Chris Sherwood e638623933 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-07 09:52:27 -08:00
..
benchmark_service.ts feat: display model download progress 2026-02-06 16:22:23 -08:00
chat_service.ts feat(AI): chat suggestions and assistant settings 2026-02-01 07:24:21 +00:00
docker_service.ts feat: display model download progress 2026-02-06 16:22:23 -08:00
docs_service.ts feat(docs): polish docs rendering with desert-themed components 2026-02-06 14:41:30 -08:00
download_service.ts feat: display model download progress 2026-02-06 16:22:23 -08:00
map_service.ts fix(Curated Collections): ensure resources are not duplicated on fetch-latest 2026-02-04 21:35:18 -08:00
ollama_service.ts feat: display model download progress 2026-02-06 16:22:23 -08:00
queue_service.ts feat: background job overhaul with bullmq 2025-12-06 23:59:01 -08:00
rag_service.ts feat: auto add NOMAD docs to KB on AI install 2026-02-03 23:15:54 -08:00
system_service.ts fix(System): show host OS, hostname, GPU instead of container info 2026-02-07 09:52:27 -08:00
system_update_service.ts feat: [wip] self updates 2026-01-15 15:54:59 -08:00
zim_service.ts fix: rework content tier system to dynamically determine install status 2026-02-04 22:58:21 -08:00