"sync-docker-configs"

This commit is contained in:
mo
2026-05-10 11:30:28 +02:00
parent 5740629fd1
commit a1a3d20ce4
572 changed files with 105750 additions and 20 deletions
+30 -16
View File
@@ -1,16 +1,30 @@
# Homelab Infrastructure Configuration
Docker compose, nginx, deploy scripts 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) |
## Structuur
```
docker/
gitea/ # Gitea self-hosted Git
ha-voice-control/ # HA Voice Control (apart repo)
nginx/ # Reverse proxy configs
scripts/ # Deploy en setup scripts
```
# Homelab Infrastructure Configuration
Docker compose, application configs, nginx, en deploy scripts 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 (van /volume1/docker/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)
scripts/ # Deploy en setup scripts
```