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

52
homelab/entities/hyte.md Normal file
View File

@@ -0,0 +1,52 @@
---
title: Hyte
created: 2026-05-24
updated: 2026-05-24
type: entity
tags: [hosts, vm, windows]
sources: [homelab/catalog/hosts.json, homelab/AGENTS.md]
confidence: high
---
# Hyte
## Overview
Windows 11 workstation with WSL2. Primary Tdarr media processing node. Static IP on Lab VLAN.
## Key Facts
- **IP**: `192.168.1.143` (Main/Prod VLAN)
- **SSH Port**: 2222 (non-standard)
- **SSH User**: `christopher`
- **SSH Key**: `~/.ssh/id_ed25519`
- **Role**: Desktop host + media workstation (Tdarr)
- **Authoritative Repo**: `homelab/Hyte`
- **Inventory Group**: `hyte_host`
## SSH Access
```bash
ssh -p 2222 christopher@192.168.1.143
# or via ~/.ssh/config
ssh hyte
```
SSH config entry in `~/.ssh/config`:
```
Host Hyte
HostName 192.168.1.143
Port 2222
User christopher
IdentityFile ~/.ssh/id_ed25519
```
## Tdarr Integration
Hyte runs Tdarr (media transcoding) as a Windows-native workload. Uses GPU transcoding for media files on the NFS mounts from [[truenas]].
## Related
- [[truenas]] — NFS storage source for Tdarr processing
- [[media-stack]] — Tdarr transcoding pipeline
- [[proxmox]] — hosts the hypervisor running this workstation VM