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 @@
# Glance
Dashboard. NAS-map `Configs/glance` was leeg — voeg `config/glance.yml` toe wanneer je Glance deployt.
Poort: **8081** (standaard in compose).
View File
+12
View File
@@ -0,0 +1,12 @@
# Glance — dashboard (config map nog leeg op NAS)
services:
glance:
image: glanceapp/glance:latest
container_name: glance
restart: unless-stopped
ports:
- "${GLANCE_PORT:-8081}:8080"
volumes:
- ./config:/app/config
environment:
TZ: ${TZ:-Europe/Brussels}