Document VM 102 security stack and update IPs to 192.168.1.105.

Add ARCHITECTURE.md and HOMELAB_IPS.md, refresh inventory and app configs
for Postgres, Neo4j, Homelab Command, pgAdmin, Homarr, and Homepage links.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
mo
2026-05-25 23:15:42 +02:00
parent 02b1d155d4
commit 0d6ee22247
19 changed files with 248 additions and 35 deletions
+30
View File
@@ -0,0 +1,30 @@
# Homelab IP-adressen (referentie)
## Waar draait wat?
| IP | Host | Services |
|----|------|----------|
| **192.168.1.105** | Proxmox VM 102 `Postgress` | Postgres :5433, Neo4j :4915349155, Dashboard :8765, Syslog UDP :5514, NATS :4222, Security agent |
| **192.168.1.211** | Synology NAS | Gitea :3000, pgAdmin :5434, Grafana :3002, Prometheus :9090, AdGuard :3001, Portainer :9000, Postgres **backup** :5433 |
| **192.168.1.227** | Proxmox VM 105 `docker` | Office desk agent :8000 |
| **192.168.1.216** | Proxmox pve | API :8006 |
| **192.168.1.56** | Proxmox dell | API :8006 |
## Standaard URLs (productie)
- Dashboard: http://192.168.1.105:8765/dashboard
- Neo4j Browser: http://192.168.1.105:49154
- pgAdmin: http://192.168.1.211:5434 (server → `192.168.1.105:5433`)
- Gitea: http://192.168.1.211:3000
## Env-variabelen (`.env` in repo)
```env
NAS_IP=192.168.1.211
VM102_IP=192.168.1.105
PG_HOST=192.168.1.105
```
## Syslog
Remote syslog → **192.168.1.105:5514** (niet `.211`).