Skip to content

Commit

Permalink
Release 0.11.4 (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjustesen authored Mar 6, 2023
1 parent 4047847 commit 74907ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
## Speedtest Tracker

### Introduction

Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.

### Why might I use this?

The main use case for Speedtest Tracker is to build a history of your internet's performance so that you can be informed when you're not receiving your ISP's advertised rates.

### What about that other Speedtest Tracker?
#### What about that other Speedtest Tracker?

As far as I can tell https://github.com/henrywhitaker3/Speedtest-Tracker was abandoned. This version is meant to be an actively maintained replacement with an improved UI and feature set.

### Documentation and Features
The docs can be found here https://docs.speedtest-tracker.dev to help you get started and also contains a full list of features.
### Getting Started

Speedtest Tracker is containerized so you can run it anywhere you run your Docker containers. The [install](https://docs.speedtest-tracker.dev/getting-started/installation) documentation will get you up and running with using Docker or Docker Composer along with choosing a database (SQLite, MySQL/MariaDB or Postgresql).

#### FAQs and Features

[FAQs](https://docs.speedtest-tracker.dev/faqs) and a full list of planned and completed [features](https://docs.speedtest-tracker.dev/getting-started/features) can be found in the [documentation](https://docs.speedtest-tracker.dev).

### Screenshots
#### Dashboard
Expand Down
4 changes: 2 additions & 2 deletions config/speedtest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* Build information
*/
'build_date' => Carbon::parse('2023-03-05'),
'build_date' => Carbon::parse('2023-03-06'),

'build_version' => '0.11.3',
'build_version' => '0.11.4',
];

0 comments on commit 74907ab

Please sign in to comment.