Skip to content

Commit

Permalink
Add screenshots to README
Browse files Browse the repository at this point in the history
  • Loading branch information
viral32111 committed Apr 28, 2023
1 parent 1cf2b87 commit 63ec2bf
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ A mobile app for monitoring server metrics & status information in real-time.

The [front-end client](/App/) is a modern [Material 3](https://m3.material.io/) Android application written in Kotlin for displaying, and the [back-end server service](/Service/) is a [.NET Core 7.0](https://dotnet.microsoft.com/) console application written in C# that acts as either a RESTful API or a Prometheus metrics exporter.

## 🖼️ Screenshots

<p float="left">
<img src="Screenshots/Setup-Activity.jpg" width="150" />
<img src="Screenshots/Settings-Activity.jpg" width="150" />
<img src="Screenshots/Servers-Activity.jpg" width="150" />
<img src="Screenshots/Server-Activity.jpg" width="150" />
<img src="Screenshots/Service-Activity.jpg" width="150" />
</p>

## 📥 Usage

A [Prometheus time-series database](https://prometheus.io/) is required for storing the metrics data. Additionally, a [Cloudflare Tunnel](https://www.cloudflare.com/en-gb/products/tunnel/) (or other secure HTTP tunnel) is highly recommended to expose the RESTful API service to the Internet, allowing secure access to it from the Android application.
Expand Down
Binary file added Screenshots/Server-Activity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/Servers-Activity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/Service-Activity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/Settings-Activity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/Setup-Activity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 63ec2bf

Please sign in to comment.