Breaking (v0, pre-launch):
- Repo renamed from
sandboxestosandboxd(GitHub redirects old URLs automatically) - All env vars unified under
SANDBOXD_prefix — the oldSANDBOXED_*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.