๐Ÿ‡
Speedtest Tracker
  • Introduction
  • Features
  • Changelog
  • ๐Ÿš€Getting Started
    • Installation
      • Using Docker Compose
      • Using Docker
      • Using Kubernetes
      • Using QNAP
      • Using Synology
      • Using Unraid
    • Environment Variables
    • Database Drivers
  • ๐Ÿ†˜Help
    • Error Messages
    • Frequently Asked Questions
  • ๐Ÿ”‘Security
    • Authentication
    • Authorization
    • Encryption
  • โš™๏ธSettings
    • Data Integrations
      • InfluxDB v2
    • Notifications
      • Database
      • Mail
      • Webhook
  • ๐Ÿ‘€Other
    • Speedtest Process
    • Proxies
      • Cloudflare Tunnel (Zero Trust)
      • Traefik
      • Tailscale
    • Caching
    • Commands
    • Data Dictionary
    • Embed Dashboard
    • Health Check
    • Community Projects
  • ๐Ÿ–ฅ๏ธAPI
    • Authorization
    • Responses
      • Results
      • Speedtests
      • Servers
      • Stats
      • Models
  • ๐ŸคนContributing
    • Development Environment
  • ๐Ÿ”—More
    • Source Code
    • Releases
    • Update the Docs
    • About Me
    • Donate
Powered by GitBook
On this page
  • Core commands
  • Application commands
  • Maintenance commands
Edit on GitHub
  1. Other

Commands

Commands offer additional functionality like providing debug information and performing maintenance tasks.

Commands are intended to be run from within the CLI of the container and from the application's root directory. The application directory is located at: /app/www

When using the commands below they should be prefixed with php artisan, so the about command will look like php artisan about.

Core commands

Core commands exist at the framework level and might be extended to provide additional functionality.

Command
Description

about

Provides information on the current version of Speedtest Tracker, Laravel and Filament.

Application commands

Application commands are built to extend Speedtest Tracker's functionality from the CLI.

Command
Description

app:install

Installs a fresh version of Speedtest Tracker. If you have an existing install this will delete all data.

app:ookla-list-servers

Get a list of local Ookla speedtest servers.

app:user-change-role

Change the role for a user.

app:user-reset-password

Change the password for a user.

Maintenance commands

Maintenance commands help fix issues that might crop up over time.

Command
Description

app:result-fix-statuses

Reviews the data payload of each result and corrects the status attribute.

PreviousCachingNextData Dictionary

Last updated 25 days ago

๐Ÿ‘€