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>
14 lines
337 B
Plaintext
14 lines
337 B
Plaintext
arch: amd64
|
|
cores: 4
|
|
features: nesting=1,keyctl=1
|
|
hostname: docker-7days-lxc
|
|
memory: 32768
|
|
nameserver: 8.8.8.8
|
|
net0: name=eth0,bridge=vmbr0,gw=10.10.0.1,hwaddr=CE:7E:8F:B2:40:C2,ip=10.10.0.250/24,type=veth
|
|
onboot: 1
|
|
ostype: ubuntu
|
|
rootfs: local-lvm:vm-211-disk-0,size=128G
|
|
searchdomain: local
|
|
swap: 2048
|
|
lxc.apparmor.profile: unconfined
|