chore(dr): update disaster recovery export to 2025-12-07

- Add latest infrastructure snapshot (homelab-export-20251207-120040)
- Include VM 101 (monitoring-docker) in inventory
- Include CT 112 (twingate-connector) in inventory
- Archive previous export as homelab-export-20251207-120040.tar.gz
- Update storage utilization statistics
- Remove outdated export from 2025-12-02
- Update .gitignore to allow DR exports and archives

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-07 12:42:07 -07:00
parent d4d8e69262
commit 52faebb63a
66 changed files with 298 additions and 396 deletions

View File

@@ -0,0 +1,11 @@
127.0.0.1 localhost.localdomain localhost
192.168.2.100 serviceslab.apophisnetworking.net serviceslab
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

View File

@@ -0,0 +1,50 @@
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
iface enp6s0f0 inet manual
iface enp6s0f1 inet manual
iface enp7s0f0 inet manual
iface enp7s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.2.100/24
gateway 192.168.2.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr1
iface vmbr1 inet static
address 192.168.3.0/24
bridge-ports none
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
source /etc/network/interfaces.d/*

View File

@@ -0,0 +1,2 @@
search apophisnetworking.net
nameserver 8.8.8.8