Complete restructure from patterns/examples/reference to technology-focused directories: • Created technology-specific directories with comprehensive documentation: - /tdarr/ - Transcoding automation with gaming-aware scheduling - /docker/ - Container management with GPU acceleration patterns - /vm-management/ - Virtual machine automation and cloud-init - /networking/ - SSH infrastructure, reverse proxy, and security - /monitoring/ - System health checks and Discord notifications - /databases/ - Database patterns and troubleshooting - /development/ - Programming language patterns (bash, nodejs, python, vuejs) • Enhanced CLAUDE.md with intelligent context loading: - Technology-first loading rules for automatic context provision - Troubleshooting keyword triggers for emergency scenarios - Documentation maintenance protocols with automated reminders - Context window management for optimal documentation updates • Preserved valuable content from .claude/tmp/: - SSH security improvements and server inventory - Tdarr CIFS troubleshooting and Docker iptables solutions - Operational scripts with proper technology classification • Benefits achieved: - Self-contained technology directories with complete context - Automatic loading of relevant documentation based on keywords - Emergency-ready troubleshooting with comprehensive guides - Scalable structure for future technology additions - Eliminated context bloat through targeted loading 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
70 lines
1.6 KiB
YAML
70 lines
1.6 KiB
YAML
---
|
|
# Home Lab Server Inventory
|
|
# Generated from FileZilla configuration
|
|
|
|
home_network:
|
|
subnet: "10.10.0.0/24"
|
|
servers:
|
|
database_apis:
|
|
hostname: "10.10.0.42"
|
|
port: 22
|
|
user: "cal"
|
|
services: ["database", "api"]
|
|
description: "Database and API services"
|
|
|
|
discord_bots:
|
|
hostname: "10.10.0.33"
|
|
port: 22
|
|
user: "cal"
|
|
services: ["discord", "bots"]
|
|
description: "Discord bot hosting"
|
|
|
|
home_docker:
|
|
hostname: "10.10.0.124"
|
|
port: 22
|
|
user: "cal"
|
|
services: ["docker", "containers"]
|
|
description: "Main Docker container host"
|
|
|
|
pihole:
|
|
hostname: "10.10.0.16"
|
|
port: 22
|
|
user: "cal"
|
|
services: ["dns", "adblock"]
|
|
description: "Pi-hole DNS and ad blocking"
|
|
|
|
sba_pd_bots:
|
|
hostname: "10.10.0.88"
|
|
port: 22
|
|
user: "cal"
|
|
services: ["bots", "automation"]
|
|
description: "SBa and PD bot services"
|
|
|
|
tdarr:
|
|
hostname: "10.10.0.43"
|
|
port: 22
|
|
user: "cal"
|
|
services: ["media", "transcoding"]
|
|
description: "Tdarr media transcoding"
|
|
|
|
vpn_docker:
|
|
hostname: "10.10.0.121"
|
|
port: 22
|
|
user: "cal"
|
|
services: ["vpn", "docker"]
|
|
description: "VPN and Docker services"
|
|
|
|
remote_servers:
|
|
akamai_nano:
|
|
hostname: "172.237.147.99"
|
|
port: 22
|
|
user: "root"
|
|
provider: "akamai"
|
|
description: "Akamai cloud nano instance"
|
|
|
|
vultr_host:
|
|
hostname: "45.76.25.231"
|
|
port: 22
|
|
user: "root"
|
|
provider: "vultr"
|
|
description: "Vultr cloud host" |