Add Koillection (CT 114) to container inventory, DNS table, docs map, and active projects

This commit is contained in:
Spendlik 2026-07-03 07:48:12 +00:00
parent 89442b3d10
commit d886ae84b9

View File

@ -1,5 +1,5 @@
# 00 — Master Index
> Last updated: 2026-06-22
> Last updated: 2026-07-03
> Quick-reference card for Claude. Read this first, then load specific files only as needed.
---
@ -37,10 +37,10 @@
| 111 | paperless | 192.168.1.111 | paperless.spendlik.sk | Document management (6-lang OCR, media+data on NAS) |
| 112 | mcp-server | 192.168.1.100 | mcp.spendlik.sk | MCP bridge — Proxmox + Gitea tools for Claude |
| 113 | stirling-pdf | 192.168.1.113 | pdf.spendlik.sk | PDF toolkit — preprocessing for Paperless pipeline |
| 114 | *(free)* | 192.168.1.114 | — | Available |
| 114 | koillection | 192.168.1.114 | collections.spendlik.sk | Collection manager — Hot Wheels, LEGO, Batmobiles, Comics, Paper Models |
| 115 | vaultwarden | 192.168.1.115 | vault.spendlik.sk | Password manager (Vaultwarden, Docker, Bitwarden-compatible) |
> Next available CT ID: **114** · Next available IP: **192.168.1.114**
> Next available CT ID: **116** · Next available IP: **192.168.1.116**
---
@ -63,6 +63,7 @@ Script location: `/usr/local/bin/ddns-update.sh` in CT 108. Full credentials map
| paperless.spendlik.sk | 328109687 |
| vault.spendlik.sk | 330343277 |
| pdf.spendlik.sk | *(add after DNS record created in WebSupport)* |
| collections.spendlik.sk | *(add after DNS record created in WebSupport)* |
> ⚠️ When adding a new subdomain: (1) create A record in WebSupport admin, (2) add to DDNS script with record ID, (3) add nginx vhost in CT 101, (4) run certbot, (5) inspect nginx config after certbot.
@ -89,6 +90,7 @@ Script location: `/usr/local/bin/ddns-update.sh` in CT 108. Full credentials map
| `secrets-index.md` | Map of service credentials and WHERE they are stored (no actual secrets) |
| `111_paperless_deployment.md` | CT 111 — Paperless-ngx Docker deploy, NAS migration, OCR, troubleshooting |
| `113_stirling_pdf_deployment.md` | CT 113 — Stirling PDF Docker deploy, nginx, SSL, n8n API integration |
| `114_koillection_deployment.md` | CT 114 — Koillection Docker deploy, NAS uploads mount, collection setup |
| `115_vaultwarden_deployment.md` | CT 115 — Vaultwarden Docker deploy, nginx, SSL |
> 💡 Load only the file(s) relevant to the current task. Do not load all files by default.
@ -115,10 +117,12 @@ Script location: `/usr/local/bin/ddns-update.sh` in CT 108. Full credentials map
| **LXC Docker** | Requires `--unprivileged 0 --features nesting=1` for Docker to work inside container |
| **Stirling PDF nginx** | Set `client_max_body_size 100M` — large PDFs will be rejected without it |
| **Stirling PDF + Authelia** | Add `/api/*` bypass rule before catch-all 2FA rule — required for n8n API access |
| **Koillection HTTPS** | Set `HTTPS_ENABLED=1` in `.env` and restart the container after SSL is in place — otherwise redirect loops |
| **Koillection upgrades** | Always back up PostgreSQL DB before upgrading — data migrations can have edge cases |
---
## 🔄 Active Projects (as of 2026-06-22)
## 🔄 Active Projects (as of 2026-07-03)
| Project | Next Action | Reference |
|---|---|---|
@ -126,9 +130,10 @@ Script location: `/usr/local/bin/ddns-update.sh` in CT 108. Full credentials map
| Paperless-ngx | ~730 docs processing; next: Gemini post-processing setup | CT 111 |
| Gemini post-processing | Get Gemini API key → install Python package in CT 111 | CT 111 |
| WireGuard DDNS | Add `vpn.spendlik.sk` DNS record + update CT 108 script | CT 107/108 |
| Bookmark manager | Decide tool → deploy CT 114 | CT 114 (free) |
| Bookmark manager | Decide tool → deploy CT 116 | CT 116 (free) |
| Authelia enforcement | Extend 2FA to Jellyfin, Audiobookshelf, Gitea | CT 102/101 |
| Stirling PDF | Deploy CT 113 — PDF preprocessing for Paperless pipeline | CT 113 |
| Koillection | Deploy CT 114 — collection manager for hobbies | CT 114 |
> Full task list: `obsidian-vault/Tasks.md`