- Full Obsidian vault content - Host configs (ice, grizzley, ubuntu, proxmox, truenas, panda, hyte) - Media stack documentation - Traefik HA setup - Automation scripts - Bachelor party planning
44 lines
1.3 KiB
Markdown
44 lines
1.3 KiB
Markdown
---
|
|
project:
|
|
name: OpenCode Home
|
|
status: active
|
|
category: documentation
|
|
source: live-verification
|
|
created: 2026-01-06
|
|
updated: 2026-04-23
|
|
description: OpenCode agent deployment overview and configuration reference
|
|
tags: [documentation, opencode, agent]
|
|
---
|
|
|
|
# OpenCode Agent
|
|
|
|
OpenCode AI coding assistant deployed across the homelab cluster.
|
|
|
|
## Deployment
|
|
|
|
| Instance | Host | Port | Access URL | Status | Updated |
|
|
|----------|------|------|------------|--------|---------|
|
|
| ubuntu | 192.168.50.61 | 4096 | opencode.tophermayor.com | Active (systemd) | 2026-04-23 |
|
|
| ice | 192.168.50.197 | 4096 | opencode-ice.tophermayor.com | Active (systemd) | 2026-04-23 |
|
|
| grizzley | 192.168.50.84 | 4096 | opencode-grizzley.tophermayor.com | Inactive/disabled | 2026-04-23 |
|
|
|
|
## Host Context
|
|
|
|
Each host has `.host-context` with `CONTEXT=<host>` for agent awareness.
|
|
|
|
```bash
|
|
python3 scripts/detect_host_context.py
|
|
```
|
|
|
|
## Configuration
|
|
|
|
- Agent config: `.opencode/` (skills, commands, tools)
|
|
- Per-host config: `homelab/<host>/opencode.json`
|
|
- Shared memory: Qdrant at `192.168.50.61:6333`
|
|
- Skills: `.opencode/` and `.agents/skills/`
|
|
|
|
## Related
|
|
|
|
- [[infrastructure-config.md|Infrastructure Configuration]]
|
|
- [[ai-assistant/host-context.md|Host Context Detection]]
|
|
- [[ai-assistant/project.md|AI Assistant Project]] |