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

54
infrastructure-config.md Normal file
View File

@@ -0,0 +1,54 @@
---
project:
name: Infrastructure Configuration
status: active
category: infrastructure
source: homelabagentroot
created: 2026-01-06
updated: 2026-04-19
description: Infrastructure configuration repository with Docker, homelab, automation, and platform documentation
tags: [infrastructure, homelab, docker, automation]
---
# Infrastructure Configuration
Infrastructure configuration repository (`homelabagentroot`) containing homelab configs, Docker Compose stacks, automation scripts, and documentation.
## Core Areas
### Homelab Infrastructure
- [[homelab/architecture.md|Architecture]] - Complete homelab architecture
- [[homelab/proxmox-setup.md|Proxmox]] - Virtualization setup
- [[homelab/truenas-config.md|TrueNAS]] - Storage configuration
### Platform Configuration
- [[platform-config/overview.md|Platform Config]] - Docker and Traefik configs
- [[platform-config/project.md|Platform Project]]
### Automation
- [[automation/scripts.md|Automation Scripts]] - Maintenance and deployment scripts
- [[automation/project.md|Automation Project]]
### AI Assistant
- [[ai-assistant/project.md|AI Assistant]] - OpenCode configuration and workflows
### Tools & Dashboards
- [[tools/glance-guide.md|Glance Guide]] - Dashboard widget configuration
- [[Dashboard/project-status.md|Project Dashboard]] - All projects overview
## Repository Structure
```
homelabagentroot/
├── homelab/ # Infrastructure configs per host
├── scripts/ # Automation and management scripts
├── ansible/ # Orchestration playbooks
├── obsidian-vault/ # This documentation vault
├── .opencode/ # OpenCode agent configuration and skills
└── reference/ # External codebase references (read-only)
```
## Related
- [[vault-readme.md|Vault Overview]]
- [[homelab/project.md|Homelab Project]]