Sync workspace: config, docs, scripts, CI, operator rules, and submodule pointers.

- Update dbis_core, cross-chain-pmm-lps, explorer-monorepo, metamask-integration, pr-workspace/chains
- Omit embedded publish git dirs and empty placeholders from index

Made-with: Cursor
This commit is contained in:
defiQUG
2026-04-12 06:12:20 -07:00
parent 6fb6bd3993
commit dbd517b279
2935 changed files with 327972 additions and 5533 deletions

View File

@@ -17,7 +17,6 @@ DHCP_CONTAINERS = {
'100': {'name': 'proxmox-mail-gateway', 'host': 'r630-02', 'current_ip': '192.168.11.4'},
'101': {'name': 'proxmox-datacenter-manager', 'host': 'r630-02', 'current_ip': '192.168.11.6'},
'102': {'name': 'cloudflared', 'host': 'r630-02', 'current_ip': '192.168.11.9'},
'103': {'name': 'omada', 'host': 'r630-02', 'current_ip': '192.168.11.20'},
'104': {'name': 'gitea', 'host': 'r630-02', 'current_ip': '192.168.11.18'},
'6200': {'name': 'firefly-1', 'host': 'r630-02', 'current_ip': '192.168.11.7'},
'7811': {'name': 'mim-api-1', 'host': 'r630-02', 'current_ip': 'N/A'},
@@ -27,7 +26,7 @@ DHCP_CONTAINERS = {
CHANGING_IPS = {info['current_ip'] for info in DHCP_CONTAINERS.values() if info['current_ip'] != 'N/A'}
# Also include reserved range IPs that are conflicts
CONFLICT_IPS = ['192.168.11.14', '192.168.11.15', '192.168.11.18', '192.168.11.20']
CONFLICT_IPS = ['192.168.11.14', '192.168.11.15', '192.168.11.18']
ALL_CHANGING_IPS = CHANGING_IPS | set(CONFLICT_IPS)