12 lines
498 B
Bash
12 lines
498 B
Bash
|
|
# The codex template — Debian 13 + OpenAI Codex CLI, 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.
|
||
|
|
BOX_DESCRIPTION="OpenAI Codex CLI on Debian 13, creds-free"
|
||
|
|
BOX_IMAGE="images:debian/13/cloud"
|
||
|
|
BOX_USER="codex"
|
||
|
|
BOX_CPU="4"
|
||
|
|
BOX_MEMORY="8GiB"
|
||
|
|
BOX_DISK="60GiB"
|