Files
hermes-ice/repo-readme.md
Hermes Agent e4d91aadf9 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
2026-05-24 16:08:40 -07:00

1.8 KiB

project
project
name status category source created updated description tags
Repository README active documentation live-verification 2026-01-06 2026-04-19 Main repository overview and vault usage guide
documentation
setup
obsidian

homelabagentroot

Unified GitOps repository for managing a multi-node homelab cluster.

Structure

homelabagentroot/
├── homelab/          # Infrastructure configs (per-host docker-compose, traefik, etc.)
│   ├── ubuntu/       # Primary Docker host (59 containers)
│   ├── grizzley/     # Edge ingress (Traefik, Komodo, Hermes)
│   ├── ice/          # Control plane (OpenCode, App Factory)
│   ├── proxmox/      # Hypervisor configs
│   └── truenas/      # Storage configs
├── scripts/          # Automation and management scripts
│   ├── authentik/    # SSO/OIDC configuration scripts
│   ├── homelab/      # Deployment, inventory, drift detection
│   └── maintenance/  # Backup and repair
├── ansible/          # Orchestration playbooks
├── obsidian-vault/   # Documentation vault (this directory)
├── .opencode/        # OpenCode agent config, skills, commands
└── reference/        # External codebase references (read-only)

GitOps Commands

make sync-pull       # Pull runtime configs from hosts
make save-runtime    # Pull + commit + push
make sync-push       # Push vaulted configs to hosts
make deploy-all      # Restart services on all hosts
make validate        # Validate all docker-compose files