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:
mo
2026-05-17 13:26:53 +02:00
parent 04162745e9
commit c7f1b094cb
24 changed files with 467 additions and 47 deletions
+5
View File
@@ -0,0 +1,5 @@
# Uptime Kuma
Monitoring / statuspagina. Data: `/volume1/docker/Configs/uptime-kuma`
Poort: **3001** (let op: conflict met AdGuard web UI op 3001 — pas poort aan in `.env`).
+11
View File
@@ -0,0 +1,11 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
restart: unless-stopped
ports:
- "${UPTIME_KUMA_PORT:-3001}:3001"
volumes:
- ${UPTIME_KUMA_DATA:-/volume1/docker/Configs/uptime-kuma}:/app/data
environment:
TZ: ${TZ:-Europe/Brussels}