project-nomad/admin/app/services
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
..
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: zim content embedding 2026-02-08 13:20:10 -08:00
download_service.ts fix(Downloads): sort active downloads by progress descending 2026-02-08 13:14:04 -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: zim content embedding 2026-02-08 13:20:10 -08:00
system_service.ts fix(System): show host OS, hostname, GPU instead of container info 2026-02-08 13:23:39 -08:00
system_update_service.ts feat: [wip] self updates 2026-01-15 15:54:59 -08:00
zim_extraction_service.ts feat: zim content embedding 2026-02-08 13:20:10 -08:00
zim_service.ts feat: zim content embedding 2026-02-08 13:20:10 -08:00