Pull Docker Compose configs for discord-bots VM, foundry-lxc LXC, and termix. Add pihole and orbital-sync compose files for ubuntu-manticore. Back up LXC 223 (foundry) Proxmox config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
632 B
Plaintext
13 lines
632 B
Plaintext
# Orbital Sync Configuration
|
|
# Copy this file to .env and fill in the values
|
|
|
|
# Primary Pi-hole (npm-pihole) - v6 app password
|
|
# Generated via: http://10.10.0.16:81/admin → Settings → Web Interface / API → Configure app password
|
|
# Stored in: ~/.claude/secrets/pihole1_app_password
|
|
PRIMARY_HOST_PASSWORD=your_primary_pihole_app_password_here
|
|
|
|
# Secondary Pi-hole (ubuntu-manticore) - v6 app password
|
|
# Generated via: http://10.10.0.226:8053/admin → Settings → Web Interface / API → Configure app password
|
|
# Stored in: ~/.claude/secrets/pihole2_app_password
|
|
SECONDARY_HOST_PASSWORD=your_secondary_pihole_app_password_here
|