forked from heavy-duty/box
13 lines
613 B
Bash
13 lines
613 B
Bash
|
|
# The claude template — Debian 13 + Claude Code, creds-free.
|
||
|
|
# KEY="value" only. Parsed against an allowlist, never sourced; there is no
|
||
|
|
# key for a network or a security flag, on purpose — the shared box-net
|
||
|
|
# profile is the placement contract and no template can weaken it.
|
||
|
|
# BOX_USER must match the user user-data.yaml creates (the cloud-init file is
|
||
|
|
# passed to Incus verbatim, so the duplication is deliberate and by hand).
|
||
|
|
BOX_DESCRIPTION="Claude Code on Debian 13, creds-free (the original claudebox)"
|
||
|
|
BOX_IMAGE="images:debian/13/cloud"
|
||
|
|
BOX_USER="claude"
|
||
|
|
BOX_CPU="4"
|
||
|
|
BOX_MEMORY="8GiB"
|
||
|
|
BOX_DISK="60GiB"
|