Add full homelab inventory and remaining home services.
UniFi, Joplin, Glance, Uptime Kuma, Whoogle, Synology packages docs, Proxmox LXC inventory, Portainer stacks, and INVENTORY.md master list. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+33
-39
@@ -1,55 +1,49 @@
|
||||
# Apps — overzicht
|
||||
|
||||
Elke map = **één applicatie**. Bevat `docker-compose.yml`, `.env`, en/of `config/` waar van toepassing.
|
||||
**Volledige inventaris:** [INVENTORY.md](../INVENTORY.md)
|
||||
|
||||
Elke map = één applicatie (`docker-compose.yml`, `.env`, `config/`).
|
||||
|
||||
**NAS-repo:** `/volume1/docker/homelab-configs`
|
||||
**Starten:** `cd apps/<naam> && docker compose up -d`
|
||||
|
||||
## Docker op Synology (192.168.1.211)
|
||||
|
||||
| App | Map | Poort | Container | Data op NAS |
|
||||
|-----|-----|-------|-----------|-------------|
|
||||
| PostgreSQL | [postgres](postgres/) | 5433 | postgres-homelab | `/volume1/docker/postgres/data` |
|
||||
| pgAdmin | [pgadmin](pgadmin/) | 5434 | pgadmin | volume |
|
||||
| Gitea | [gitea](gitea/) | 3000 | gitea | docker volumes |
|
||||
| AdGuard Home | [adguard](adguard/) | 53, 3001 | Adguard | config in repo → `/volume1/docker/Configs/adguard` |
|
||||
| DuckDNS | [duckdns](duckdns/) | — | duckdns | — |
|
||||
| Neo4j | [neo4j](neo4j/) | 49153–49155 | neo4j | `/volume1/docker/neo4j` |
|
||||
| Homarr | [homarr](homarr/) | 4755 | homarr | `/volume1/docker/homarr` |
|
||||
| Portainer | [portainer](portainer/) | 9000 | portainer | `/volume1/docker/portainer` |
|
||||
| Remotely | [remotely](remotely/) | 8080 | remotely | `/volume1/docker/remotely` |
|
||||
| Excalidraw | [excalidraw](excalidraw/) | 3765 | Excalidraw | — |
|
||||
| Guacamole | [guacamole](guacamole/) | 8348 | Guacamole | `/volume1/docker/guacamole` |
|
||||
| Wazuh | [wazuh](wazuh/) | — | — | `/volume1/docker/wazuh` |
|
||||
| HA Voice MCP | [ha-voice-control](ha-voice-control/) | 8765 | ha-voice-control | build |
|
||||
| Monitoring | [monitoring](monitoring/) | 9090, 3002, 9187 | prometheus, grafana, exporter | volumes |
|
||||
| Homelab Command | [homelab-command](homelab-command/) | 8765 | homelab-command | aparte repo |
|
||||
| App | Poort | Map |
|
||||
|-----|-------|-----|
|
||||
| [postgres](postgres/) | 5433 | DB |
|
||||
| [pgadmin](pgadmin/) | 5434 | DB UI |
|
||||
| [gitea](gitea/) | 3000 | Git |
|
||||
| [adguard](adguard/) | 53, 3001 | DNS |
|
||||
| [duckdns](duckdns/) | — | DDNS |
|
||||
| [neo4j](neo4j/) | 49153+ | Graph |
|
||||
| [homarr](homarr/) | 4755 | Dashboard |
|
||||
| [portainer](portainer/) | 9000 | Docker UI |
|
||||
| [remotely](remotely/) | 8080 | Remote |
|
||||
| [excalidraw](excalidraw/) | 3765 | Whiteboard |
|
||||
| [guacamole](guacamole/) | 8348 | Remote desktop |
|
||||
| [monitoring](monitoring/) | 9090, 3002 | Prometheus/Grafana |
|
||||
| [homelab-command](homelab-command/) | 8765 | aparte repo |
|
||||
| [wazuh](wazuh/) | — | SIEM |
|
||||
| [ha-voice-control](ha-voice-control/) | 8765 | HA MCP |
|
||||
| [unifi](unifi/) | 8443 | UniFi (+ 192.168.1.24) |
|
||||
| [joplin](joplin/) | 22300 | Notes |
|
||||
| [glance](glance/) | 8081 | Dashboard |
|
||||
| [uptime-kuma](uptime-kuma/) | 3001 | Uptime |
|
||||
| [whoogle](whoogle/) | 5000 | Search |
|
||||
|
||||
## Media / automation (configs, draaien op Proxmox LXC)
|
||||
## Media / HA (config)
|
||||
|
||||
| App | Map | Config-bron op NAS |
|
||||
|-----|-----|-------------------|
|
||||
| Sonarr | [sonarr](sonarr/) | `/volume1/docker/Configs/Sonarr` |
|
||||
| Radarr | [radarr](radarr/) | `/volume1/docker/Configs/Radarr` |
|
||||
| Prowlarr | [prowlarr](prowlarr/) | `/volume1/docker/Configs/Prowlarr` |
|
||||
| qBittorrent | [qbittorrent](qbittorrent/) | `/volume1/docker/Configs/QBitTorrent` |
|
||||
| SABnzbd | [sabnzbd](sabnzbd/) | `/volume1/docker/Configs/Sabnzb` |
|
||||
| Home Assistant | [home-assistant](home-assistant/) | `/volume1/docker/Configs/HA/config` |
|
||||
[sonarr](sonarr/) · [radarr](radarr/) · [prowlarr](prowlarr/) · [qbittorrent](qbittorrent/) · [sabnzbd](sabnzbd/) · [home-assistant](home-assistant/)
|
||||
|
||||
## Proxmox hosts
|
||||
## Proxmox
|
||||
|
||||
| Host | Map | IP |
|
||||
|------|-----|-----|
|
||||
| pve (RTX 3090, PVE 9) | [proxmox/hosts/pve](proxmox/hosts/pve/) | 192.168.1.216 |
|
||||
| dell-proxmox (Dell, PVE 8) | [proxmox/hosts/dell-proxmox](proxmox/hosts/dell-proxmox/) | 192.168.1.56 |
|
||||
[proxmox/](proxmox/) — hosts `pve` + `dell-proxmox`, [LXC-overzicht](proxmox/lxc-inventory.md)
|
||||
|
||||
Zie [proxmox/README.md](proxmox/README.md).
|
||||
## Synology packages
|
||||
|
||||
## Reverse proxy
|
||||
[synology/](synology/) — Jellyfin, Plex, Tailscale, …
|
||||
|
||||
Nginx-configs: [../infrastructure/nginx/](../infrastructure/nginx/)
|
||||
## Infra
|
||||
|
||||
## Aparte Gitea-repos
|
||||
|
||||
- **homelab-command** — dashboard, Grafana-build, NATS mesh
|
||||
- **ha-voice-control-mcp** — MCP server
|
||||
[../infrastructure/nginx/](../infrastructure/nginx/)
|
||||
|
||||
Reference in New Issue
Block a user