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

View File

@@ -0,0 +1,61 @@
---
project:
name: AI Assistant Configuration
status: active
category: configuration
source: live-verification
created: 2026-01-06
updated: 2026-04-23
description: OpenCode agent configuration, skills, and storage workflows
tags: [ai, assistant, configuration, opencode]
---
# AI Assistant Configuration
## OpenCode Cluster
| Instance | Host | Port | Status | Updated |
|----------|------|------|--------|---------|
| ubuntu | 192.168.50.61 | 4096 | Active (systemd) | 2026-04-23 |
| ice | 192.168.50.197 | 4096 | Active (systemd) | 2026-04-23 |
| grizzley | 192.168.50.84 | 4096 | Inactive/disabled | 2026-04-23 |
## Host Context Detection
Each host clone has a `.host-context` file that identifies the local context.
```bash
python3 scripts/detect_host_context.py
```
See [[host-context.md|Host Context Detection]] for details.
## Skills
Skills are located in `.agents/skills/` and `.opencode/`:
- `proxmox-management` — VM/LXC operations
- `traefik-diagnostic` — Router/service health
- `truenas-storage` — ZFS pool/share management
- `authentik-sso` — SSO/OIDC configuration
- `media-stack` — Radarr, Sonarr, Jellyfin management
- `komodo-management` — Docker stack deployment
- `host-power-management` — Wake-on-LAN, VM control
- `infra-audit` — Live infrastructure verification
## Workflows
- [[workflows.md|VM Storage Policy]] — Storage rules for application data on Ubuntu host
## Related
- [[../automation/|Automation Scripts]]
- [[../platform-config/|Platform Config]]
## Tasks
```dataview
TASK
FROM "ai-assistant/tasks"
WHERE !completed
SORT file.name ASC
```