19 lines
936 B
Markdown
19 lines
936 B
Markdown
---
|
|
id: 6411013f-4c3c-443c-9b0d-7843c8f9d96d
|
|
type: solution
|
|
title: "Home lab server-configs version control system"
|
|
tags: [claude-home, homelab, docker, infrastructure, bash, configuration]
|
|
importance: 0.7
|
|
confidence: 0.8
|
|
created: "2025-12-11T22:13:38.244020+00:00"
|
|
updated: "2026-02-27T05:48:45.399805+00:00"
|
|
relations:
|
|
- target: 5f31ea7f-9b53-427d-b601-ab98dabaa2e3
|
|
type: RELATED_TO
|
|
direction: incoming
|
|
strength: 0.65
|
|
edge_id: 2bde6f04-fb6e-4acd-a155-9cee3241ed71
|
|
---
|
|
|
|
Created centralized configuration management for home lab infrastructure. Includes sync-configs.sh script for pull/push/diff/deploy operations across 9 hosts (Proxmox, VMs, LXCs, Akamai cloud). Tracks Docker Compose files and Proxmox VM/LXC configs. All secrets sanitized with ${VAR} references and .env.example templates. Key features: hosts.yml inventory, selective file sync (only compose files, not app data), deploy command for push+restart.
|