diff --git a/114_koillection_deployment.md b/114_koillection_deployment.md index ff28a8b..bf022bb 100644 --- a/114_koillection_deployment.md +++ b/114_koillection_deployment.md @@ -1,6 +1,6 @@ # 114 — Koillection Deployment Guide -> Status: **PLANNED** — not yet deployed +> Status: **IN PROGRESS** — CT created 2026-08-11, Docker/app install pending (Phase 2+) > CT ID: 114 · IP: 192.168.1.114 > Domain: `collections.spendlik.sk` > Last updated: 2026-08-11 @@ -31,7 +31,7 @@ Stack: `koillection/koillection` (PHP/Symfony + Vue.js) + PostgreSQL 16. Uploads | **CPUs** | 1 | | **RAM** | 512 MB | | **Disk** | 8 GB (app + DB only; photos on NAS) | -| **Template** | Debian 13 (trixie) | +| **Template** | Debian 13 (trixie) — created from `13.1-2` (current template at time of creation; `13.6-1` is now the default for new deployments, but this doesn't matter post-creation — see `Proxmox LXC Templates.md`) | | **Privileged** | Yes (Docker requires it) | | **Nesting** | Enabled (`features: nesting=1`) | @@ -56,9 +56,7 @@ mkdir -p /volume1/proxmox/data/koillection/uploads --- -## Phase 1 — Create LXC Container - -In the Proxmox web UI terminal on the host: +## Phase 1 — Create LXC Container ✅ DONE (2026-08-11) ```bash pct create 114 local:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst \ @@ -299,7 +297,7 @@ In WebSupport admin panel: 3. Note the numeric record ID 4. Add to `00_index.md` DNS table -> ✅ No DDNS updater step is needed for this subdomain. `ddns-update.sh` on CT 108 only updates the root A record on IP change; this CNAME resolves through automatically. (Previously this guide had a separate "add to DDNS script" phase — that step is obsolete under the current DNS architecture and has been removed.) +> ✅ No DDNS updater step is needed for this subdomain. `ddns-update.sh` on CT 108 only updates the root A record on IP change; this CNAME resolves through automatically. ---