Fix Phase 1 template filename to verified 13.1-2 (pct create failed on stale 13.0-1 string)

This commit is contained in:
Spendlik 2026-08-11 08:42:59 +00:00
parent f21561bab9
commit 3db1c90917

View File

@ -61,7 +61,7 @@ mkdir -p /volume1/proxmox/data/koillection/uploads
In the Proxmox web UI terminal on the host: In the Proxmox web UI terminal on the host:
```bash ```bash
pct create 114 local:vztmpl/debian-13-standard_13.0-1_amd64.tar.zst \ pct create 114 local:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst \
--hostname koillection \ --hostname koillection \
--cores 1 \ --cores 1 \
--memory 512 \ --memory 512 \
@ -430,3 +430,4 @@ mkdir -p /opt/koillection/backups
| Large photo uploads rejected | Increase `client_max_body_size` in nginx vhost | | Large photo uploads rejected | Increase `client_max_body_size` in nginx vhost |
| HTTPS redirect loop | Set `HTTPS_ENABLED=1` in `.env` and restart the koillection container after SSL is in place | | HTTPS redirect loop | Set `HTTPS_ENABLED=1` in `.env` and restart the koillection container after SSL is in place |
| DNS record type | Use CNAME → `spendlik.sk`, never a per-subdomain A record (see Phase 8) | | DNS record type | Use CNAME → `spendlik.sk`, never a per-subdomain A record (see Phase 8) |
| Wrong template filename | Verify exact template string with `pveam list local` before `pct create` — versions bump periodically |