Thank you for trying out SSHping! This patch release brings critical bug fixes to the Go compilation pipeline, polishes the UI, and simplifies Docker deployments for self-hosted instances.
๐ Bug Fixes & Improvements
- Critical Build Fix: Fixed
.gitignorewhich was accidentally ignoring the main Go binary source code directory (backend/cmd/sshping/), causing Docker builds to fail withstat main.go: directory not found. - Simplify Docker Deployments: Updated the README Quick Start guide to use
docker compose up --build -dinstead of arbitrary tagging, deeply simplifying the self-hosted deployment flow without needing Docker Hub. - UI Polish: Replaced the Next.js landing page header CSS gradient with a mathematically calculated solid emerald color (
#0A1B16) to seamlessly blend with the hero section without visual rendering artifacts. - Codebase Standardization: Purged all remaining Cyrillic comments from
.envand configuration files for global open-source readiness. - Support Contact: Added direct developer contact info (
alexgrimdev@gmail.com) to the README.
Upgrading
If you are running the standalone binary, simply download the new file for your OS below. If you are using Docker, simply run git pull followed by docker compose up --build -d to fetch the new code and rebuild the image on your VPS.