"add-proxmox-configs"

This commit is contained in:
mo
2026-05-10 11:35:10 +02:00
parent a1a3d20ce4
commit 5022e28b18
48 changed files with 1317 additions and 2 deletions
+9 -2
View File
@@ -1,6 +1,6 @@
# Homelab Infrastructure Configuration
Docker compose, application configs, nginx, en deploy scripts voor Synology NAS (192.168.1.211).
Docker compose, application configs, nginx, deploy scripts, en Proxmox configs voor Synology NAS (192.168.1.211).
## Repos
| Service | Repo |
@@ -18,7 +18,7 @@ docker/
excalidraw/ # Excalidraw whiteboard (poort 3765)
wazuh/ # Wazuh SIEM security monitoring
nginx/ # Reverse proxy configs (ha.el-kadi.nl)
configs/ # Application configs (van /volume1/docker/Configs/)
configs/ # Application configs
home-assistant/ # Home Assistant (192.168.1.235:8123)
prowlarr/ # Torrent indexer management
sonarr/ # TV series management
@@ -26,5 +26,12 @@ configs/ # Application configs (van /volume1/docker/Configs/)
qbittorrent/ # Torrent client
sabnzbd/ # Usenet client
unifi/ # UniFi Controller (192.168.1.24)
proxmox/ # Proxmox VE configs
pve/ # Node "pve" (192.168.1.216, PVE 9.1.6, RTX 3090)
qemu-server/ # 2 VMs: W11, Syno-latest
lxc/ # 18 LXCs (100-119)
proxmox/ # Node "proxmox" (192.168.1.56, PVE 8.4.14, Dell)
qemu-server/ # 5 VMs
lxc/ # 12 LXCs
scripts/ # Deploy en setup scripts
```