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
327 B
Plaintext
14 lines
327 B
Plaintext
arch: amd64
|
|
cores: 4
|
|
hostname: docker-n8n-lxc
|
|
memory: 8192
|
|
nameserver: 8.8.8.8
|
|
net0: name=eth0,bridge=vmbr0,gw=10.10.0.1,hwaddr=32:67:BE:A4:7F:F4,ip=10.10.0.210/24,type=veth
|
|
onboot: 1
|
|
ostype: ubuntu
|
|
rootfs: local-lvm:vm-210-disk-0,size=128G
|
|
swap: 512
|
|
lxc.apparmor.profile: unconfined
|
|
lxc.cgroup2.devices.allow: a
|
|
lxc.cap.drop:
|