nathan aaded54074 docs(nodes): add hardware specifications to node READMEs
Hardware details gathered via SSH using standard Linux commands:
- lscpu (CPU architecture and core count)
- free -h (memory capacity)
- df -h (storage capacity)
- lspci (GPU identification for Waldorf)
- uname -r (kernel version)
- cat /etc/os-release (OS distribution)

Improves infrastructure documentation for capacity planning and troubleshooting.
2026-04-11 23:44:19 -04:00

20 lines
521 B
Markdown

# Heimdall
> **Primary Services:** Komodo Core, Gitea, Traefik
> **IP Address:** 10.0.0.151
## Hardware Specifications
| Component | Details |
|-----------|---------|
| **Platform** | Proxmox VM |
| **CPU** | Intel N100 (4 cores, x86_64) |
| **Memory** | 16 GB |
| **Storage** | 98 GB (LVM) |
| **Operating System** | Ubuntu 24.04.4 LTS (Noble Numbat) |
| **Kernel** | 6.8.0-107-generic |
| **Network** | 10.0.0.151 (primary), Docker networks |
## Services
Refer to the [core](core/) directory for deployed stacks.