summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Collapse)Author
2026-01-23fix: add missing os import in main.goPaul Buetow
Co-authored-by: aider (ollama/qwen3-coder:latest) <aider@aider.chat>
2026-01-23feat: implement version management and improved error handlingPaul Buetow
Co-authored-by: aider (ollama/qwen3-coder:latest) <aider@aider.chat>
2026-01-06Add HTML status page generation (v1.3.0)v1.3.0Paul Buetow
- Add configurable HTML status page generation after each check-run - Default output: /var/www/htdocs/buetow.org/self/gogios/index.html - New config options: HTMLStatusFile (path) and HTMLDisable (bool) - Auto-creates output directory if it doesn't exist - Uses atomic writes (tmp file + rename) to prevent corruption - Auto-refresh every 5 minutes via meta tag - Minimal, clean styling based on f3s_fallback template - W3C HTML5 compliant output - Email notifications on I/O errors via existing notifyError mechanism - Mirrors email report structure (status changes, unhandled alerts, stale alerts) - Comprehensive unit tests including W3C compliance validation - All user-generated content properly HTML-escaped for security 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-10-27doc fixv1.2.1Paul Buetow
2025-10-27bunp versionPaul Buetow
2025-05-28bunp versionPaul Buetow
2024-05-03remove develop version suffixv1.1.0Paul Buetow
2024-05-02add -force flagPaul Buetow
2023-06-01bump version strPaul Buetow
2023-04-27fix version string and owner in licv1.0.1Paul Buetow
2023-04-24add version stringPaul Buetow
2023-04-20add renotifyPaul Buetow
2023-04-19add global timeoutPaul Buetow
2023-04-18add cmdPaul Buetow