v0.2.4
Install / Upgrade
One-command install (Linux, systemd service):
curl -fsSL https://raw.githubusercontent.com/taliove/hubscope/main/scripts/install.sh | sudo bashDocker:
git clone https://github.com/taliove/hubscope.git && cd hubscope
docker compose up -d --buildBinaries: download the tarball for your platform below (linux/darwin × amd64/arm64). Verify with v0.2.4_checksums.txt:
sha256sum -c hubscope_v0.2.4_checksums.txt --ignore-missingAlready running an older release? Re-run the same command you installed with — it upgrades in place and preserves data.
Highlights
- production deploy: Docker + Caddy auto-HTTPS, sanitized env config, ops scripts
- security: hardcoded default admin password removed (interactive creation)
- web: leaderboard matrix rework (spec 0009, tickets 78/79)
- install: BUILD_OUTPUT seam + deterministic installer tests
Full Changelog: v0.2.3...v0.2.4