Adding demo
This commit is contained in:
parent
cc54502a12
commit
0ad49775fc
2 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -4,6 +4,17 @@
|
|||
|
||||
A terminal-based monitoring dashboard for Uptime Kuma that displays service status, uptime percentages, and historical performance data directly in your terminal. Built with Rust for performance and reliability.
|
||||
|
||||
## Demo
|
||||
|
||||

|
||||
|
||||
Ou usando HTML para melhor controle:
|
||||
|
||||
<video width="800" controls>
|
||||
<source src="assets/demo.webm" type="video/webm">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
## Overview
|
||||
|
||||
This personal project started as a way to monitor my home lab services without needing a web browser. It connects to your Uptime Kuma instance API and presents a clean, color-coded view of your services' status with real-time updates. The dashboard works great on servers, remote terminals, or anywhere you prefer a lightweight monitoring solution.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue