docs: state the disk a Joulenap container actually needs

INSTALL.md's prerequisites said "1-2 GB disk is plenty" while its own Create-CT
step said 2 GB, so the two disagreed and the smaller figure cannot work at all.
Measured on a fresh debian-12-standard CT: 0.5 GB after creation, 1.3 GB once
Docker is installed, 1.6 GB with the image loaded. That leaves 267 MB on a 2 GB
disk for the database, its WAL, and an update that has to pull the new image
before it can drop the old one.

Both lines now say 4 GB.
This commit is contained in:
Catubba
2026-08-07 12:16:04 +02:00
parent 0d7b7b003c
commit a447e7ee39
+4 -2
View File
@@ -34,7 +34,9 @@ Pick the path that fits you:
them), on a host that stays on. Wake-on-LAN is a layer-2 broadcast — it does **not** cross subnets
or routers.
- Keep the UI on your **LAN/VPN** and behind its login — it's not meant to face the internet.
- It's tiny: **1 vCPU, 512 MB RAM, 12 GB disk** is plenty.
- It's tiny: **1 vCPU, 512 MB RAM, 4 GB disk**. Joulenap itself needs almost nothing, but Docker and
the image take about 1.6 GB before it writes a byte, and an update pulls the new image before it
can drop the old one.
You don't need to prepare API tokens or SSH keys by hand — the built-in **wizards** can create
scoped tokens and install the poweroff SSH key for you (see [First run](#first-run)).
@@ -57,7 +59,7 @@ In the Proxmox VE web UI:
- **Hostname**: e.g. `joulenap`
- **Password / SSH key**: set a root password you'll use for the container console
- **Template**: the debian-12-standard you just downloaded
- **Disk**: 2 GB · **Cores**: 1 · **Memory**: 512 MB
- **Disk**: 4 GB · **Cores**: 1 · **Memory**: 512 MB
- **Network**: bridge the LXC onto the **same VLAN/subnet as your PBS**, with an IPv4 address
(DHCP is fine). This is the most important setting — if Joulenap can't broadcast onto the PBS's
network, it can never wake it.