docs: sync infrastructure docs with actual running state
- Fix direnv path typo in AGENTS.md (servers/servers → servers) - Correct Prometheus/Alertmanager as internal-only (no public ingresses) - Add Alloy public URL (alloy.neuralplatform.ai) - Add external-secrets namespace to namespaces table - Add contexthub org to Gitea orgs list - Document Gitea SSH config (Host gitea → 192.168.68.77:30022) - Specify GPU model: GTX 1660 Ti 6GB - Add devpi to Legion README services table
This commit is contained in:
@@ -16,6 +16,7 @@ Ubuntu 24.04 home server running k3s. Hosts all personal and platform infrastruc
|
||||
| Gitea | https://git.neuralplatform.ai | Self-hosted Git — all repos live here |
|
||||
| GitHub Actions Runner | — | Runs CI jobs from harmonic-framework org |
|
||||
| Verdaccio | https://npm.neuralplatform.ai | Private npm registry |
|
||||
| devpi | https://pypi.neuralplatform.ai | Private PyPI registry |
|
||||
|
||||
### Platform
|
||||
| Service | URL | What it does |
|
||||
@@ -90,7 +91,7 @@ ddclient keeps the `dot.nook.family` A record updated if the home IP changes.
|
||||
|
||||
## GPU
|
||||
|
||||
Legion has an NVIDIA GPU. k3s is configured to use it as the default container runtime. Ollama uses it for local inference.
|
||||
Legion has an NVIDIA GeForce GTX 1660 Ti (6GB VRAM). k3s is configured to use it as the default container runtime. Ollama uses it for local inference.
|
||||
|
||||
```bash
|
||||
kubectl describe node legion | grep nvidia.com/gpu
|
||||
|
||||
Reference in New Issue
Block a user