fix: IP update VM 102 Postgress .105 → .180

This commit is contained in:
mo
2026-07-12 21:57:37 +00:00
parent ef9e08cdc0
commit 94abb91021
3 changed files with 14 additions and 22 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
NAS_IP=192.168.1.211
# Proxmox VM 102 — Postgres, Neo4j, Homelab Command, syslog, NATS, security agent
VM102_IP=192.168.1.105
VM102_IP=192.168.1.180
POSTGRES_USER=mo
PG_HOST=192.168.1.105
PG_HOST=192.168.1.180
POSTGRES_PASSWORD=WaQTUw2t
POSTGRES_DB=homelab
PG_HOST_PORT=5433
+6 -6
View File
@@ -5,7 +5,7 @@
| IP | Host | Rol |
|----|------|-----|
| **192.168.1.211** | Synology NAS | Gitea, AdGuard, Portainer, Grafana, Prometheus, pgAdmin, Homarr, Postgres backup |
| **192.168.1.105** | Proxmox VM 102 `Postgress` | **Productie security:** Postgres, Neo4j, Dashboard, syslog, NATS, agent |
| **192.168.1.180** | Proxmox VM 102 `Postgress` | **Productie security:** Postgres, Neo4j, Dashboard, syslog, NATS, agent |
| **192.168.1.227** | Proxmox VM 105 `docker` | Office desk agent :8000 |
| **192.168.1.216** | Proxmox **pve** | Hypervisor API :8006, veel LXC (vaultwarden, homepage, …) |
| **192.168.1.56** | Proxmox **dell-proxmox** | Hypervisor API :8006, VM 102/105, NPM, Virtualmin |
@@ -43,8 +43,8 @@ Volledige LXC-tabel: [apps/proxmox/lxc-inventory.md](apps/proxmox/lxc-inventory.
```env
NAS_IP=192.168.1.211
VM102_IP=192.168.1.105
PG_HOST=192.168.1.105
VM102_IP=192.168.1.180
PG_HOST=192.168.1.180
PROXMOX_HOST_PVE=192.168.1.216
PROXMOX_HOST_DELL=192.168.1.56
```
@@ -53,8 +53,8 @@ PROXMOX_HOST_DELL=192.168.1.56
| Service | URL |
|---------|-----|
| Security dashboard | http://192.168.1.105:8765/dashboard |
| Neo4j | http://192.168.1.105:49154 |
| Security dashboard | http://192.168.1.180:8765/dashboard |
| Neo4j | http://192.168.1.180:49154 |
| Proxmox pve | https://192.168.1.216:8006 |
| Proxmox dell | https://192.168.1.56:8006 |
| Gitea | http://192.168.1.211:3000 |
@@ -62,4 +62,4 @@ PROXMOX_HOST_DELL=192.168.1.56
## Syslog
Remote syslog → **192.168.1.105:5514**
Remote syslog → **192.168.1.180:5514**
+6 -14
View File
@@ -1,26 +1,26 @@
# Homelab inventaris — alles thuis
Private repo. Laatst bijgewerkt: security stack op VM 102 (`192.168.1.105`), overige apps op NAS (`192.168.1.211`).
Private repo. Laatst bijgewerkt: security stack op VM 102 (`192.168.1.180`), overige apps op NAS (`192.168.1.211`).
## Proxmox VM 102 Postgress — `192.168.1.105` (productie security)
## Proxmox VM 102 Postgress — `192.168.1.180` (productie security)
| App | Map / pad op VM | IP:poort | Status |
|-----|-----------------|----------|--------|
| PostgreSQL | `~/homelab-postgres/` | :5433 | running |
| Neo4j | `~/neo4j/` | :4915349155 | running |
| Homelab Command | `~/homelab-command/` | :8765 | running |
| Syslog UDP | homelab-command | :5514 | → `.105` |
| Syslog UDP | homelab-command | :5514 | → `.180` |
| NATS + mesh-normalizer | `~/homelab-command/` | :4222 | running |
| Security Agent | `~/home-security-agent/` | host | running |
**Dashboard:** http://192.168.1.105:8765/dashboard · **Neo4j UI:** http://192.168.1.105:49154
**Dashboard:** http://192.168.1.180:8765/dashboard · **Neo4j UI:** http://192.168.1.180:49154
## Synology NAS — Docker (actief)
| App | Map | IP:poort | Status |
|-----|-----|----------|--------|
| PostgreSQL (backup) | [apps/postgres](apps/postgres/) | 192.168.1.211:5433 | running · fallback |
| pgAdmin | [apps/pgadmin](apps/pgadmin/) | :5434 | running → DB op `.105` |
| pgAdmin | [apps/pgadmin](apps/pgadmin/) | :5434 | running → DB op `.180` |
| Gitea | [apps/gitea](apps/gitea/) | :3000 | running |
| AdGuard Home | [apps/adguard](apps/adguard/) | :53, :3001 | running |
| DuckDNS | [apps/duckdns](apps/duckdns/) | — | running |
@@ -91,17 +91,9 @@ python3 scripts/pull-lxc-from-proxmox.py # op NAS, via Proxmox SSH
| IP | Rol |
|----|-----|
| 192.168.1.211 | Synology NAS |
| 192.168.1.105 | Proxmox VM 102 Postgress (Postgres, Neo4j, Homelab Command) |
| 192.168.1.180 | Proxmox VM 102 Postgress (Postgres, Neo4j, Homelab Command) |
| 192.168.1.227 | Proxmox VM 105 docker (office agent) |
| 192.168.1.216 | Proxmox pve |
| 192.168.1.56 | Proxmox dell |
| 192.168.1.24 | UniFi controller |
| 192.168.1.235 | Home Assistant |
## Gitea repos
| Repo | Inhoud |
|------|--------|
| homelab-configs | Dit repo |
| homelab-command | Dashboard + monitoring build |
| ha-voice-control-mcp | HA voice MCP |