From 7242feea8ac9d3cdb5620a8fcac829f6958ddc20 Mon Sep 17 00:00:00 2001 From: Adam Boutcher Date: Tue, 17 Aug 2021 23:30:26 +0100 Subject: [PATCH 1/3] Bump Dev version --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index d11f5459..993610d2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.90.76 +0.90.77 From e24c20387cc54868cad25f3f7fe483d02738bf7c Mon Sep 17 00:00:00 2001 From: Adam Boutcher Date: Tue, 17 Aug 2021 23:33:57 +0100 Subject: [PATCH 2/3] Updates to readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a637ba75..0dbdf359 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Statping-ng - Web and App Status Monitoring for Any Type of Project
-View Wiki | Demo | iPhone | Android
API | Docker | EC2 | Mac | Linux | Windows +Website | View Wiki | Android
API | Docker | Mac | Linux | Windows

# Statping-ng - Status Page & Monitoring Server @@ -114,7 +114,7 @@ scrape_configs:



## Contributing -Statping-ng accepts Push Requests to the `dev` branch! Feel free to add your own features and notifiers. You probably want to checkout the [Notifier Wiki](https://github.com/statping-ng/statping-ng/wiki/Notifiers) to get a better understanding on how to create your own notification methods for failing/successful services. Testing on Statping-ng will test each function on MySQL, Postgres, and SQLite. I recommend running MySQL and Postgres Docker containers for testing. You can find multiple docker-compose files in the dev directory. +Statping-ng accepts Push Requests to the `dev` branch! Feel free to add your own features and notifiers. You probably want to checkout the [Notifier Wiki](https://github.com/statping-ng/statping-ng/wiki/Notifiers) to get a better understanding on how to create your own notification methods for failing/successful services. Testing on Statping-ng will test each function on MySQL, Postgres, and SQLite. I recommend running MySQL and Postgres Docker containers for testing. You can find multiple docker-compose files in the dev directory. ![Dev Release](https://github.com/statping-ng/statping-ng/workflows/Dev%20Release/badge.svg?branch=dev) [![Go Report Card](https://goreportcard.com/badge/github.com/statping-ng/statping-ng)](https://goreportcard.com/report/github.com/statping-ng/statping-ng) From a7b4b4a43b7040267fbd8a460b613a355786d22e Mon Sep 17 00:00:00 2001 From: Adam Boutcher Date: Tue, 17 Aug 2021 23:36:55 +0100 Subject: [PATCH 3/3] Lowrecase ng --- Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.base b/Dockerfile.base index a2ae0f98..e451d2f1 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,5 +1,5 @@ FROM node:12.18.2-alpine AS frontend -LABEL maintainer="Statping-NG (https://github.com/statping-ng)" +LABEL maintainer="Statping-ng (https://github.com/statping-ng)" ARG BUILDPLATFORM WORKDIR /statping COPY ./frontend/package.json .