From 9167a24355fbf3f9b5207e149a8b208a3a4798b2 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 7 Jul 2021 00:22:18 +0000 Subject: [PATCH 1/2] Add clickable mentions to thanks section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7bcd0dd..bc57964 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ Simply click on Copy JSON to clipboard and paste it to [`./grafana/provisioning/ ## Thanks and a disclaimer -- Thanks to @maxandersen for making the [original project](https://github.com/maxandersen/internet-monitoring) this fork is based on. -- Thanks to @geerlingguy for perfecting the original project with a [custom fork](https://github.com/geerlingguy/internet-pi/tree/master/internet-monitoring). -- Thanks to @goddenrich for perfecting the original project with a [custom fork](https://github.com/goddenrich/local-network-monitoring) +- Thanks to [`@maxandersen`](https://github.com/maxandersen) for making the [original project](https://github.com/maxandersen/internet-monitoring) this fork is based on. +- Thanks to [`@geerlingguy`](https://github.com/geerlingguy) for perfecting the original project with a [custom fork](https://github.com/geerlingguy/internet-pi/tree/master/internet-monitoring). +- Thanks to [`@goddenrich`](https://github.com/goddenrich) for perfecting the original project with a [custom fork](https://github.com/goddenrich/local-network-monitoring). This setup is not secured in any way, so please only use on non-public networks, or find a way to secure it on your own. From 2a61510407662ca811d3781d450d7f8dabac708e Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 7 Jul 2021 01:13:10 +0000 Subject: [PATCH 2/2] Delete .travis.yml --- .travis.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7548420..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ - sudo: required - - services: - - docker - - language: bash - - before_script: - - docker-compose pull - - docker-compose up -d - - docker ps - - script: - - while ! curl --retry 10 --retry-delay 5 -v http://0.0.0.0:9090 >/dev/null; do sleep 1; done - - while ! curl --retry 10 --retry-delay 5 -v http://0.0.0.0:3000 >/dev/null; do sleep 1; done