Giter Site home page Giter Site logo

milindpatel63 / speedtest-tracker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alexjustesen/speedtest-tracker

0.0 0.0 0.0 10.24 MB

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

Home Page: https://docs.speedtest-tracker.dev/

License: MIT License

Shell 0.03% JavaScript 0.10% PHP 98.14% Blade 1.12% Dockerfile 0.25% CSS 0.35%

speedtest-tracker's Introduction

Speedtest Tracker

Important

v0.16.0 includes a breaking change that requires user action for existing installs. Read the release notes regarding the data migration.

Star History Chart

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?

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

Speedtest Tracker is containerized so you can run it anywhere you run your Docker containers. The install documentation will get you up and running with using Docker or Docker Composer along with choosing a database (SQLite, MySQL/MariaDB or Postgresql).

Quick Start

docker run -d --name speedtest-tracker --restart unless-stopped \
    -p 8080:80 \
    -e PUID=1000 \
    -e PGID=1000 \
    -e DB_CONNECTION=sqlite \
    -v /path/to/data:/config \
    lscr.io/linuxserver/speedtest-tracker:latest

FAQs and Features

FAQs and a full list of planned and completed features can be found in the documentation.

API

A robust API is planned for a later release but as of v0.11.8 a legacy endpoint /api/speedtest/latest which is used by home lab dashboards like Homepage and Organizr.

Screenshots

Dashboard Dashboard

speedtest-tracker's People

Contributors

alexjustesen avatar dependabot[bot] avatar milindpatel63 avatar adamus1red avatar unafraid avatar alexdelprete avatar jaydrogers avatar jocmp avatar jonezy35 avatar garanda21 avatar cacpmw avatar claha avatar trainax avatar didiermetral avatar neonmaus avatar 06games avatar frknakk avatar joaogalaghar avatar jtmotox avatar ottnorml avatar rameskum avatar ryangjchandler avatar louisob avatar cinderblockgames avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.