Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 13:12
Add wsctl, an interactive setup wizard for the container stack

Automates the wormholesystems-containers README: clones the repo,
collects domains and EVE credentials, generates all secrets, writes
matching .env files from the upstream templates, and runs the docker
build/up and artisan init steps. Interrupted setups resume from a
persisted per-step state file.

Local test mode targets docker-compose.test.yml directly and remaps
busy host ports via a generated compose override; preflight gates
cover the docker daemon, port conflicts, and partial checkouts.

The upstream repo is vendored as a submodule; drift tests fail when
it changes templates, services, default ESI scopes, or the
forceHttps guard the wizard relies on. Releases ship prebuilt
binaries installable via curl | sh (install.sh, GitHub Pages).