0d6ee22247
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>
31 lines
1001 B
Markdown
31 lines
1001 B
Markdown
# Homelab IP-adressen (referentie)
|
||
|
||
## Waar draait wat?
|
||
|
||
| IP | Host | Services |
|
||
|----|------|----------|
|
||
| **192.168.1.105** | Proxmox VM 102 `Postgress` | Postgres :5433, Neo4j :49153–49155, 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`).
|