box/host
claude-hdb c0611e5f0b fix: create the storage pool deliberately — btrfs, because cloning is the whole point
'incus admin init --minimal' picks the 'dir' backend, which has no
copy-on-write: every snapshot and clone is a full copy of the box's
root — several GB and minutes apiece once Docker, Node and Claude Code
are installed. Measured live: one clone took minutes, and a single
drill run pays that three times (snapshot + two clones). The workflow
the tool exists for — log in once, snapshot, clone forever — stops
being attractive at exactly that price.

setup-host.sh now bootstraps via a preseed that mirrors what --minimal
creates (default pool, incusbr0, default profile with root + eth0) with
only the driver deliberate: btrfs on a loop device (CoW — clones share
blocks and diverge on write), installing btrfs-progs if absent, falling
back to dir with a warning if btrfs cannot be had. Existing hosts are
untouched: the block is skipped whenever a 'default' pool exists.

Closes #29
2026-07-14 13:14:26 +00:00
..
claudebox-firewall.service Import claudebox: creds-free, trust-less Claude Code VMs 2026-07-10 15:00:36 +00:00
claudebox-firewall.sh fix: boxes could reach each other — isolate them at the bridge 2026-07-14 01:29:33 +00:00
setup-host.sh fix: create the storage pool deliberately — btrfs, because cloning is the whole point 2026-07-14 13:14:26 +00:00
teardown-host.sh feat: drop the claude- instance-name prefix; tag boxes instead 2026-07-10 17:09:45 +00:00