Add CT 111 paperless-ngx, add NAS mounts table, update network diagram
This commit is contained in:
parent
9b5b4022a4
commit
e261cb1e12
@ -1,6 +1,6 @@
|
||||
# Homelab Overview
|
||||
|
||||
> Last updated: 2026-05-29
|
||||
> Last updated: 2026-05-31
|
||||
|
||||
---
|
||||
|
||||
@ -43,6 +43,7 @@ All containers are currently **running**.
|
||||
| 107 | wireguard | 1 | 256 MB | 7.8 GB | network |
|
||||
| 108 | ddns | 1 | 128 MB | 3.9 GB | network |
|
||||
| 109 | gitea | 1 | 512 MB | 7.8 GB | development |
|
||||
| 111 | paperless | 2 | 2 GB | 19.5 GB | documents |
|
||||
| 112 | mcp-server | 1 | 512 MB | 7.8 GB | ai |
|
||||
|
||||
### Container Notes
|
||||
@ -57,6 +58,7 @@ All containers are currently **running**.
|
||||
- **wireguard** — VPN server
|
||||
- **ddns** — Dynamic DNS updater
|
||||
- **gitea** — Self-hosted Git service (this repo lives here)
|
||||
- **paperless** — Paperless-ngx document management for ~500 modelling magazines. Consume/export via NAS mount. OCR in slk, ces, rus, hun, deu, eng.
|
||||
- **mcp-server** — MCP server exposing Proxmox and Gitea tools to Claude AI
|
||||
|
||||
---
|
||||
@ -69,6 +71,16 @@ All containers are currently **running**.
|
||||
|
||||
---
|
||||
|
||||
## NAS Storage Mounts
|
||||
|
||||
| Container | NAS Path | Mount Point | Method |
|
||||
|---|---|---|---|
|
||||
| audiobookshelf (105) | `/volume1/proxmox/data/ebooks` | `/mnt/ebooks` | Proxmox bind mount |
|
||||
| jellyfin (106) | `/volume1/video` | `/mnt/video` | fstab NFS + bind mount |
|
||||
| paperless (111) | `/volume1/proxmox/data/paperless` | `/mnt/paperless` | Proxmox bind mount |
|
||||
|
||||
---
|
||||
|
||||
## Network Architecture
|
||||
|
||||
```
|
||||
@ -87,6 +99,7 @@ Internet
|
||||
├──► [Snappymail (104)] — webmail
|
||||
├──► [Gitea (109)] — git
|
||||
├──► [n8n (100)] — automation
|
||||
├──► [Paperless (111)] — document management
|
||||
└──► [MCP Server (112)] — Claude AI integration
|
||||
|
||||
[WireGuard (107)] — VPN access to homelab
|
||||
|
||||
Loading…
Reference in New Issue
Block a user