Files

67 lines
3.0 KiB
Markdown

---
title: Known Hosts and Paths
type: infrastructure
status: partial
created: 2026-07-22
updated: 2026-08-14
verified_on: 2026-07-22
confidence: medium
tags: [infrastructure, hosts, containers, paths]
sources: []
---
# Known Hosts and Paths
## Verified Hosts
| Host | Role | Address | Verified |
|---|---|---|---|
| localhost (this host) | Primary Hermes runtime, Xvfb, file storage | `:102` display | Yes |
| litellm | LiteLLM proxy | `http://litellm:4000/v1` | Yes (from config) |
| omni | OmniRoute proxy | `http://omni:20128/v1` | Yes (from config, 2026-08-13) |
| CT201 | Steel Browser, Runtipi, Homepage dashboard | `100.96.244.39` (Tailscale), `192.168.178.166` (LAN) | Yes (live probe) |
| CT460 | Hermes host, Camoufox, cua-driver | `hermes.kangaroo-eel.ts.net` | Yes |
| CT450 (hermesagent) | Hermes Agent v0.19.0, hermes-webui, hermes-ui (Vite) | `100.98.205.112` (Tailscale), `192.168.178.65` (LAN) | Yes |
## Project Paths
| Path | Type | Notes |
|---|---|---|
| `/home/hermes` | Hermes home | `~/.hermes/` contains config, skills, cache |
| `/home/hermes/workspace` | Workspace | default terminal cwd |
| `/home/hermes/.local/bin/hermes` | Hermes binary | |
| `/home/hermes/.hermes/config.yaml` | Config | version 33 |
| `/home/hermes/.hermes/skills/` | Skills dir | 66 skills installed |
| `/home/hermes/.hermes/cron/` | Cron jobs | 25 active jobs |
| `/home/hermes/.hermes/mnemosyne/` | Mnemosyne DB | backups/, data/, logs/, models/ |
| `/home/hermes/.cua-driver/packages/releases/0.9.0-x86_64-unknown-linux-gnu/cua-driver` | cua-driver | v0.9.0 |
| `~/.camofox/` | Camofox profiles | managed persistence |
| `~/.camoufox/` | Camoufox profiles | multiple profiles present |
| `/home/hermes/.hermes/browser_screenshots/` | Browser captures | |
| `/home/hermes/wiki/` | Wiki | This knowledge base |
| `/home/hermes/obsidian-vault/` | Obsidian vault | personal notes (50 - Research etc.) |
| `/home/hermes/hermes-webui/` | Hermes WebUI | web UI source |
| `/home/hermes/hermes-ui/` | Hermes Desktop browser (Vite dev) | present on CT460 and CT450 port 5174 |
| `/home/hermes/camofox-browser/` | Camofox browser | |
| `/home/hermes/camoufox/` | Camoufox source | |
| `/home/hermes/services/` | Services dir | |
| `/home/hermes/www/` | Web root | |
| `/home/hermes/go/` | Go workspace | |
| `/home/hermes/Downloads/` | Downloads | |
## Compose Files (Docker runtime state unknown)
- `/home/hermes/.hermes/hermes-agent/docker-compose.yml`
- `/home/hermes/hermes-webui/docker-compose.yml`
- `/home/hermes/workspace/readlater/docker-compose.yml`
## Homelab References
- **PVE host:** `pve.kangaroo-eel.ts.net` (100.96.100.82) per session notes — Unverified on this host
- **CT600:** OmniRoute server (retired → CT601 `omni`, 2026-08-13) — Verified via `pct list`
## Unverified
- CT600, CT333, and other remote Proxmox containers/VMs referenced in session notes but not confirmed from this host
- PVE host identity not confirmed from this host without explicit confirmation
## Related
- [[docker-services]]