Initial commit: homelab infrastructure wiki

- Full Obsidian vault content
- Host configs (ice, grizzley, ubuntu, proxmox, truenas, panda, hyte)
- Media stack documentation
- Traefik HA setup
- Automation scripts
- Bachelor party planning
This commit is contained in:
Hermes Agent
2026-05-24 16:08:40 -07:00
parent d132442429
commit e4d91aadf9
285 changed files with 30018 additions and 0 deletions

51
homelab/docs/ice-host.md Normal file
View File

@@ -0,0 +1,51 @@
---
project:
name: Ice Host
status: active
category: infrastructure
source: live-verification
created: 2026-04-19
updated: 2026-04-19
description: Ice control plane host (Raspberry Pi 4) running OpenCode and utility services
tags: [infrastructure, ice, control-plane, opencode]
---
# Ice Host (192.168.50.197)
Control plane node running on Raspberry Pi 4 with Ubuntu 25.10 (aarch64).
## Services
### Systemd Services
| Service | Status | Port | Purpose |
|---------|--------|------|---------|
| `opencode-web.service` | Active/Enabled | 4096 | OpenCode web interface |
| `docker.service` | Active | - | Docker Engine |
### Docker Containers
| Container | Image | Status | Purpose |
|-----------|-------|--------|---------|
| camofox | camofox:aarch64 | Up 3 days | Camofox utility service |
### Not Running
- **Nanobot** — Previously planned AI agent, never deployed
- **App Factory** — Config exists in `homelab/ice/` but not currently running
## Configuration
- OpenCode config: `homelab/ice/opencode.json`
- App Factory: `homelab/ice/` (memoir.json, oh-my-opencode.json, systemd/)
## Key Facts
- No Docker socket available for Komodo Periphery
- OpenCode runs via systemd (not Docker)
- Minimal host — focused on OpenCode and lightweight services
## Related
- [[../architecture.md|Homelab Architecture]]
- [[opencode-cluster.md|OpenCode Cluster]]