Skip to content

v0.1.1 — Rename to Sandboxd + fix env prefix

Latest

Choose a tag to compare

@tastyeffectco tastyeffectco released this 07 Jun 19:20
· 16 commits to main since this release
d165eaf

Breaking (v0, pre-launch):

  • Repo renamed from sandboxes to sandboxd (GitHub redirects old URLs automatically)
  • All env vars unified under SANDBOXD_ prefix — the old SANDBOXED_* vars no longer work
  • Docker image/network names updated: sandboxd-base, sandboxd_net

Why: one name, one prefix, zero confusion. The split prefix was a security risk — operators could accidentally set SANDBOXED_API_AUTH_DISABLED=false (wrong prefix) thinking auth was enabled while the API stayed open.

Migration: if you installed v0.1.0, re-run ./install.sh with a fresh .env from .env.example.