You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).