38 lines
1.5 KiB
Markdown
38 lines
1.5 KiB
Markdown
# Homelab Infrastructure Configuration
|
|
|
|
Docker compose, application configs, nginx, deploy scripts, en Proxmox configs voor Synology NAS (192.168.1.211).
|
|
|
|
## Repos
|
|
| Service | Repo |
|
|
|---|---|
|
|
| HA Voice Control MCP | [ha-voice-control-mcp](http://192.168.1.211:3000/mo/ha-voice-control-mcp) |
|
|
| Homelab Configs | [homelab-configs](http://192.168.1.211:3000/mo/homelab-configs) (dit repo) |
|
|
|
|
## Structuur
|
|
|
|
```
|
|
docker/
|
|
gitea/ # Gitea self-hosted Git (poort 3000)
|
|
ha-voice-control/ # HA Voice Control MCP server (poort 8765)
|
|
guacamole/ # Guacamole remote desktop (poort 8348)
|
|
excalidraw/ # Excalidraw whiteboard (poort 3765)
|
|
wazuh/ # Wazuh SIEM security monitoring
|
|
nginx/ # Reverse proxy configs (ha.el-kadi.nl)
|
|
configs/ # Application configs
|
|
home-assistant/ # Home Assistant (192.168.1.235:8123)
|
|
prowlarr/ # Torrent indexer management
|
|
sonarr/ # TV series management
|
|
radarr/ # Movie management
|
|
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
|
|
```
|