feat: initial commit — uptime monitor (forked from go-upkeep)

Go-based uptime monitor with SQLite/Postgres storage, TUI dashboard,
SSH server, alerting, and clustering support.
This commit is contained in:
2026-05-14 11:05:10 -04:00
commit 02f0a39d97
25 changed files with 2834 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package tui
func (m Model) viewLogsTab() string {
return "\n" + m.logViewport.View()
}