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
+15 -4
View File
@@ -1,8 +1,19 @@
# portainer
# Portainer
| | |
|---|---|
| **Poort** | 9000 |
| **Start** | `docker compose up -d` |
| **UI** | http://192.168.1.211:9000 |
| **Data** | `/volume1/docker/portainer` |
Zie [apps/README.md](../README.md) en [RESTORE.md](../../RESTORE.md).
```bash
docker compose up -d
```
## Portainer stacks (compose in Portainer beheerd)
| Stack | Bestand | Container |
|-------|---------|-----------|
| Excalidraw | [stacks/excalidraw.yml](stacks/excalidraw.yml) | Excalidraw :3765 |
| Guacamole | [stacks/guacamole.yml](stacks/guacamole.yml) | Guacamole :8348 |
Zie ook [apps/excalidraw](../excalidraw/) en [apps/guacamole](../guacamole/).