feat: add automatic template resolution for debian-13 alias

This commit is contained in:
Fredrick Amnehagen 2026-02-05 19:53:18 +01:00
parent 0dfaadab20
commit 42767fd8bc
2 changed files with 17 additions and 3 deletions

View file

@ -49,8 +49,8 @@ infra samba add-to-group "xmpp-users" "jdoe"
# List containers on a specific node
infra proxmox list-lxcs --node la-vmh-12
# Create a new container
infra proxmox create-lxc 12150 local:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst "new-app" "10.32.70.100/16" "10.32.0.1" --node la-vmh-12
# Create a new container (CLI resolves "debian-13" automatically)
infra proxmox create-lxc 12150 debian-13 "new-app" "10.32.70.100/16" "10.32.0.1" --node la-vmh-12
```
### 3. Database (PostgreSQL)