Introduces centralized configuration management for home lab:
- sync-configs.sh script for pull/push/diff/deploy operations
- hosts.yml inventory tracking 9 hosts (Proxmox, VMs, LXCs, cloud)
- Docker Compose files from all active hosts (sanitized)
- Proxmox VM and LXC configurations for backup reference
- .env.example files for services requiring secrets
All hardcoded secrets replaced with ${VAR} references.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
arch: amd64
|
|
cores: 2
|
|
features: nesting=1,keyctl=1
|
|
hostname: arr-stack
|
|
memory: 4096
|
|
net0: name=eth0,bridge=vmbr0,gw=10.10.0.1,hwaddr=5A:28:7D:A8:13:65,ip=10.10.0.221/24,type=veth
|
|
ostype: ubuntu
|
|
rootfs: local-lvm:vm-221-disk-0,size=32G
|
|
swap: 512
|
|
lxc.apparmor.profile: unconfined
|