Mark Phase 1 complete (CT 114 created 2026-08-11), note template version used vs current default, status IN PROGRESS

This commit is contained in:
Spendlik 2026-08-11 08:53:24 +00:00
parent 81bb67eef4
commit ba14505f2f

View File

@ -1,6 +1,6 @@
# 114 — Koillection Deployment Guide # 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 > CT ID: 114 · IP: 192.168.1.114
> Domain: `collections.spendlik.sk` > Domain: `collections.spendlik.sk`
> Last updated: 2026-08-11 > Last updated: 2026-08-11
@ -31,7 +31,7 @@ Stack: `koillection/koillection` (PHP/Symfony + Vue.js) + PostgreSQL 16. Uploads
| **CPUs** | 1 | | **CPUs** | 1 |
| **RAM** | 512 MB | | **RAM** | 512 MB |
| **Disk** | 8 GB (app + DB only; photos on NAS) | | **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) | | **Privileged** | Yes (Docker requires it) |
| **Nesting** | Enabled (`features: nesting=1`) | | **Nesting** | Enabled (`features: nesting=1`) |
@ -56,9 +56,7 @@ mkdir -p /volume1/proxmox/data/koillection/uploads
--- ---
## Phase 1 — Create LXC Container ## Phase 1 — Create LXC Container ✅ DONE (2026-08-11)
In the Proxmox web UI terminal on the host:
```bash ```bash
pct create 114 local:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst \ 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 3. Note the numeric record ID
4. Add to `00_index.md` DNS table 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.
--- ---