CloudLearn v1.2.4
URL parity: every install path now lands on http://vyomi.local:9000. v1.2.3 made the Multipass-based paths (Brew/.deb/.rpm/Scoop) reachable via mDNS at vyomi.local. This release extends the same hostname to the Docker Compose path so users never have to remember a different URL based on which install method they picked.
Added
install.shnow adds127.0.0.1 vyomi.localto/etc/hostsat the end of the one-liner install — idempotent (only inserts if the line is absent), interactive sudo prompt, best-effort DNS-cache flush (macOSdscacheutil, Linuxsystemd-resolve). Falls back tohttp://localhost:9000cleanly if the user declines sudo or/etc/hostsisn't writable.- INSTALL.md documents the one-time hosts entry as step 5 of the quick-install flow with a "Why vyomi.local?" explainer.
- Portal
/installpage Docker Compose entry now has a "Step 3: One-time hosts entry so http://vyomi.local:9000 works" with copy-pasteable macOS / Linux / Windows-PowerShell commands. Step 4/5 commands updated to use the new URL.
Fixed
.env.exampleimage pin bumped togansudkum/cloud-learn:1.2.4(was 1.2.2).install.shday-2 hint had the samepull && up -dtypo as INSTALL.md before v1.2.2 — fixed todocker compose pull && docker compose up -d.
Why this matters
Before v1.2.3, every install path landed on a different URL (an IP for the appliance, localhost for Compose). v1.2.3 unified the Multipass paths on vyomi.local. v1.2.4 finishes the job — one URL across all 5 install methods on every supported OS.
Artifacts
- SHA256SUMS
- cloud-learn-0.1.0.tar.gz
- cloud-learn-1.2.4-1.noarch.rpm
- cloud-learn-1.2.4.tar.gz
- cloud-learn_1.2.4_all.deb
Docker image: docker pull gansudkum/cloud-learn:1.2.4
Install: curl -fsSL https://raw.githubusercontent.com/sudhirkumarganti/cloud-learn/main/install.sh | bash
SHA256 checksums: see SHA256SUMS in attached artifacts.