chore: add badges, theme screenshot to README
CI / test (pull_request) Successful in 2m42s
CI / lint (pull_request) Successful in 1m11s
CI / vulncheck (pull_request) Successful in 56s

Add license, Go version, Docker pulls badges. Include theme
screenshot in gallery as full-width row.
This commit is contained in:
2026-05-29 13:03:11 -04:00
parent 79457716ec
commit ad0909848e
+9
View File
@@ -3,6 +3,12 @@
<p>Self-hosted uptime monitoring with a TUI over SSH.</p> <p>Self-hosted uptime monitoring with a TUI over SSH.</p>
<p>No browser. No client install. Just <code>ssh -p 23234 your-server</code>.</p> <p>No browser. No client install. Just <code>ssh -p 23234 your-server</code>.</p>
<p>
<img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License">
<img src="https://img.shields.io/badge/go-1.26-00ADD8?logo=go&logoColor=white" alt="Go 1.26">
<img src="https://img.shields.io/docker/pulls/lerkolabs/uptop" alt="Docker Pulls">
</p>
<img src="assets/monitors.png" alt="uptop monitors view" width="800"> <img src="assets/monitors.png" alt="uptop monitors view" width="800">
</div> </div>
@@ -34,6 +40,9 @@ Built on [RDGames/go-upkeep](https://github.com/RDGames/go-upkeep). Rewritten fo
<td><img src="assets/logs.png" alt="logs view" width="400"></td> <td><img src="assets/logs.png" alt="logs view" width="400"></td>
<td><img src="assets/nodes.png" alt="cluster nodes" width="400"></td> <td><img src="assets/nodes.png" alt="cluster nodes" width="400"></td>
</tr> </tr>
<tr>
<td colspan="2" align="center"><img src="assets/theme.png" alt="theme selection" width="600"></td>
</tr>
</table> </table>
## Quick start ## Quick start