diff --git a/README.md b/README.md index 5bd3fda9d..b202753d4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## Speedtest Tracker +# Speedtest Tracker -### Introduction +## Introduction Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service. @@ -8,24 +8,25 @@ Speedtest Tracker is a self-hosted internet performance tracking application tha 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. +As far as I can tell https://github.com/henrywhitaker3/Speedtest-Tracker was abandoned. This is meant to be an actively maintained replacement with an improved UI and feature set. -### Getting Started +## 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 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 +## Screenshots + ![Dashboard](.github/screenshots/dashboard_screenshot.png) +**Dashboard** -#### Results page ![Results page](.github/screenshots/results_screenshot.png) +**Results page** -#### General Settings page ![General Settings page](.github/screenshots/general_settings_screenshot.png) +** General Settings page** diff --git a/config/speedtest.php b/config/speedtest.php index 2cdbcf878..3c2936dc3 100644 --- a/config/speedtest.php +++ b/config/speedtest.php @@ -6,7 +6,7 @@ /** * Build information */ - 'build_date' => Carbon::parse('2023-03-07'), + 'build_date' => Carbon::parse('2023-03-09'), - 'build_version' => '0.11.6', + 'build_version' => '0.11.7', ];