From 478c209bb258482702fa3a16acdb6d8e08001c0a Mon Sep 17 00:00:00 2001 From: Henry Whitaker <36062479+henrywhitaker3@users.noreply.github.com> Date: Sat, 15 Aug 2020 17:34:44 +0100 Subject: [PATCH 1/4] Create docker-image-pr.yml --- .github/workflows/docker-image-pr.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/docker-image-pr.yml diff --git a/.github/workflows/docker-image-pr.yml b/.github/workflows/docker-image-pr.yml new file mode 100644 index 00000000..846700b6 --- /dev/null +++ b/.github/workflows/docker-image-pr.yml @@ -0,0 +1,16 @@ +name: DockerPR + +on: + pull_request: + branches: [ docker, dev-docker, alpha-docker ] + +jobs: + + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Build the Docker image + run: docker build . --file Dockerfile --tag my-image-name:$(date +%s) From 3dc494b02ee24564c964d4a2e4bd8c21567829f0 Mon Sep 17 00:00:00 2001 From: Henry Whitaker <36062479+henrywhitaker3@users.noreply.github.com> Date: Thu, 27 Aug 2020 00:30:31 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 868f651e..c2e1e559 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This program runs a speedtest check every hour and graphs the results. The back-end is written in [Laravel](https://laravel.com/) and the front-end uses [React](https://reactjs.org/). It uses the [Ookla's speedtest cli](https://www.speedtest.net/apps/cli) package to get the data and uses [Chart.js](https://www.chartjs.org/) to plot the results. +A demo can be found [here](https://speedtest.plexmox.com) + Disclaimer: You will need to accept Ookla's EULA and privacy agreements in order to use this container. ![speedtest](https://user-images.githubusercontent.com/36062479/78822484-a82b8300-79ca-11ea-8525-fdeae496a0bd.gif) From 212c7a99bf7db0432dc8eb52ee1ec850d3277843 Mon Sep 17 00:00:00 2001 From: Henry Whitaker <36062479+henrywhitaker3@users.noreply.github.com> Date: Sun, 30 Aug 2020 19:00:31 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2e1e559..fbafe284 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This program runs a speedtest check every hour and graphs the results. The back-end is written in [Laravel](https://laravel.com/) and the front-end uses [React](https://reactjs.org/). It uses the [Ookla's speedtest cli](https://www.speedtest.net/apps/cli) package to get the data and uses [Chart.js](https://www.chartjs.org/) to plot the results. -A demo can be found [here](https://speedtest.plexmox.com) +A demo can be found [here](https://speedtest.henrywhitaker.com) Disclaimer: You will need to accept Ookla's EULA and privacy agreements in order to use this container. From 353b381f253e31ee6c84c008aac3eb1dc7871535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 13:25:54 +0000 Subject: [PATCH 4/4] Bump ini from 1.3.5 to 1.3.8 Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] --- package-lock.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08c27af2..ed15e6e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4959,12 +4959,6 @@ "dev": true, "optional": true }, - "ini": { - "version": "1.3.5", - "bundled": true, - "dev": true, - "optional": true - }, "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, @@ -5957,9 +5951,9 @@ "dev": true }, "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "dev": true }, "internal-ip": {