diff --git a/README.md b/README.md index 28ee861..2a29bb4 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ For full documentation, check out **[Wiki](https://github.com/yusing/go-proxy/wi [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=yusing_go-proxy&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=yusing_go-proxy) [![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=yusing_go-proxy&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=yusing_go-proxy) --> - + @@ -125,6 +125,14 @@ Setup DNS Records point to machine which runs `GoDoxy`, e.g. ![idlesleeper](screenshots/idlesleeper.webp) +### Uptime Monitor + +![uptime monitor](screenshots/uptime.png) + +### System Monitor + +![system monitor](screenshots/system-monitor.png) + [🔼Back to top](#table-of-content) ## Build it yourself diff --git a/screenshots/system-monitor.png b/screenshots/system-monitor.png new file mode 100644 index 0000000..a918bb4 Binary files /dev/null and b/screenshots/system-monitor.png differ diff --git a/screenshots/uptime.png b/screenshots/uptime.png new file mode 100644 index 0000000..e6e59c9 Binary files /dev/null and b/screenshots/uptime.png differ diff --git a/screenshots/webui.png b/screenshots/webui.png index a67ff9d..78b0be8 100644 Binary files a/screenshots/webui.png and b/screenshots/webui.png differ