Changed
- Caddy (HTTPS
:9443) is now disabled by default — gated behind thetls
compose profile. The simulator serves the console directly on:9000(HTTP),
so Caddy was pure enterprise polish (green-padlock TLS) but a real failure
surface: it requires mkcert-generated certs and a pre-seeded
/etc/vyomi/Caddyfile, and when that path was missing Docker auto-created it
as a directory, crash-looping Caddy and failing the entirevyomi up
(error mounting "/etc/vyomi/Caddyfile" … not a directory). Removing Caddy
from the default launch eliminates that whole class of first-run failure. The
launcher Wave 1 now starts only the simulator; the access banner points at
http://localhost:9000/. Re-enable HTTPS for an enterprise demo with
docker compose --profile tls up -d(still needs certs + Caddyfile). TLS will
be revisited as a first-class, robust feature ahead of enterprise rollout.
Artifacts
- SHA256SUMS
- cloud-learn-0.1.0.tar.gz
- cloud-learn-2.1.0.2-1.noarch.rpm
- cloud-learn-2.1.0.2-x64.msi
- cloud-learn-2.1.0.2-x64.msi.sha256
- cloud-learn-2.1.0.2.tar.gz
- cloud-learn_2.1.0.2_all.deb
Docker image: docker pull vyomi/appliance:2.1.0.2
Install: curl -fsSL https://raw.githubusercontent.com/vyomi-cloud/appliance/main/install.sh | bash
SHA256 checksums: see SHA256SUMS in attached artifacts.