Add full monorepo: virtual-banker, backend, frontend, docs, scripts, deployment

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-02-10 11:32:49 -08:00
parent 4d4f8cedad
commit 903c03c65b
815 changed files with 125522 additions and 264 deletions

46
IP_CONFLICT_FOUND.md Normal file
View File

@@ -0,0 +1,46 @@
# IP Conflict Found - CRITICAL
**Date**: 2026-01-21
**Status**: ⚠️ **CRITICAL IP CONFLICT DETECTED**
---
## IP Conflict: 192.168.11.167
### Two Containers Using Same IP
| VMID | Host | Hostname | IP Address | Interface | Status |
|------|------|----------|------------|-----------|--------|
| **10233** | r630-01 | npmplus | 192.168.11.167 | eth1 (net1) | ✅ Running |
| **10234** | r630-02 | ? | 192.168.11.167 | ? | ? |
---
## Impact
**Critical Network Issue:**
- Both containers claim the same IP address (192.168.11.167)
- Network routing conflicts will occur
- Only one container can properly receive traffic
- UDM Pro may see conflicting MAC addresses
- This explains connectivity issues
---
## Investigation
Checking VMID 10234 details...
---
## Resolution Required
One of these containers must be reassigned to a different IP address.
**Recommendation:**
- Keep VMID 10233 (npmplus) on 192.168.11.167 (it's actively being used)
- Reassign VMID 10234 to a different IP address
---
**Status**: ⚠️ **CRITICAL - RESOLUTION REQUIRED**