# Speedtest Tracker

## Speedtest Tracker

- [Introduction](/readme.md): Speedtest Tracker is a self-hosted application that monitors the performance and uptime of your internet connection. Build using Laravel and Speedtest CLI from Ookla®, deployable with Docker.
- [Features](/features.md): A full list of implemented features and those that are planned.
- [Changelog](/changelog.md): Important milestones in the project.
- [Installation](/getting-started/installation.md)
- [Using Docker Compose](/getting-started/installation/using-docker-compose.md): These instructions will run you through setting up Speedtest Tracker on a Docker server using Docker Compose.
- [Using Docker](/getting-started/installation/using-docker.md): These instructions will run you through setting up Speedtest Tracker on a Docker server using Docker run.
- [Using Kubernetes](/getting-started/installation/using-kubernetes.md): These instructions will run you through setting up Speedtest Tracker in a Kubernetes cluster.
- [Using QNAP](/getting-started/installation/using-qnap.md): These instructions will run you through setting up Speedtest Tracker on a QNAP NAS using Container Station.
- [Using Synology](/getting-started/installation/using-synology.md): These instructions will run you through setting up Speedtest Tracker on a Synology NAS using Container Manager.
- [Using Unraid](/getting-started/installation/using-unraid.md): These instructions will run you through setting up Speedtest Tracker on an Unraid NAS using Community Applications.
- [Environment Variables](/getting-started/environment-variables.md): A complete inventory of all environment variables for configuring Speedtest Tracker.
- [Database Drivers](/getting-started/database-drivers.md): Speedtest Tracker supports multiple database drivers including SQLite, MySQL and Postgres.
- [Error Messages](/help/error-messages.md)
- [Frequently Asked Questions](/help/faqs.md): A running list of frequently ask questions and their answers.
- [Authentication](/security/authentication.md)
- [Authorization](/security/authorization.md)
- [Encryption](/security/encryption.md)
- [Data Integrations](/settings/data-platforms.md)
- [InfluxDB v2](/settings/data-platforms/influxdb2.md)
- [Prometheus](/settings/data-platforms/prometheus.md)
- [Notifications](/settings/notifications.md)
- [Apprise](/settings/notifications/apprise.md)
- [Database](/settings/notifications/database.md)
- [Mail](/settings/notifications/mail.md)
- [Webhook](/settings/notifications/webhook.md)
- [Speedtest Process](/other/speedtest-process.md)
- [Proxies](/other/proxies.md): Installation guides for when using Reverse Proxies. These configurations are provided by the community.
- [Cloudflare Tunnel (Zero Trust)](/other/proxies/cloudflare-tunnel-zero-trust.md)
- [Traefik](/other/proxies/traefik.md)
- [Tailscale](/other/proxies/tailscale.md)
- [Nginx](/other/proxies/nginx.md)
- [Commands](/other/commands.md): Commands offer additional functionality like providing debug information and performing maintenance tasks.
- [Data Dictionary](/other/data-dictionary.md)
- [Embed Dashboard](/other/embed-dashboard.md): Embed the public dashboard in Home Assistant or other dashboards and websites
- [Health Check](/other/health-check.md)
- [Community Projects](/other/community-projects.md): This page lists community projects that use SpeedTest Tracker as a base for their own projects. If you have a project that you would like to share, please submit a pull request to add it to this list.
- [Authorization](/api/authorization.md)
- [Responses](/api/responses.md)
- [Results](/api/responses/results.md)
- [Speedtests](/api/responses/speedtests.md)
- [Stats](/api/responses/stats.md)
- [Servers](/api/responses/servers.md)
- [Models](/api/responses/models.md)
- [Development Environment](/contributing/development-environment.md): Create a containerized development environment so you can build, test and contribute to Speedtest Tracker.
