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>
4 lines
117 B
Plaintext
4 lines
117 B
Plaintext
# Major Domo Discord Bot - Environment Variables
|
|
BOT_TOKEN=your_discord_bot_token_here
|
|
API_TOKEN=your_api_token_here
|