Skip to content

Commit 74907ab

Browse files
authored
Release 0.11.4 (alexjustesen#446)
1 parent 4047847 commit 74907ab

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
## Speedtest Tracker
22

3+
### Introduction
4+
35
Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.
46

57
### Why might I use this?
8+
69
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.
710

8-
### What about that other Speedtest Tracker?
11+
#### What about that other Speedtest Tracker?
12+
913
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.
1014

11-
### Documentation and Features
12-
The docs can be found here https://docs.speedtest-tracker.dev to help you get started and also contains a full list of features.
15+
### Getting Started
16+
17+
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).
18+
19+
#### FAQs and Features
20+
21+
[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).
1322

1423
### Screenshots
1524
#### Dashboard

config/speedtest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/**
77
* Build information
88
*/
9-
'build_date' => Carbon::parse('2023-03-05'),
9+
'build_date' => Carbon::parse('2023-03-06'),
1010

11-
'build_version' => '0.11.3',
11+
'build_version' => '0.11.4',
1212
];

0 commit comments

Comments
 (0)