Speedtest Tracker is a self-hosted application that monitors the performance and uptime of your internet connection.
[email protected]passwordChange these immediately after first login via your profile settings.
SPEEDTEST_SCHEDULE environment variable in Zeabur (Service > Variables) to change test frequency (default: every 30 minutes)| Variable | Description |
|---|---|
APP_KEY | Laravel encryption key (auto-generated) |
DB_CONNECTION | Database type, defaults to sqlite |
SPEEDTEST_SCHEDULE | Cron expression for automated tests (default: */30 * * * * = every 30 min). Format: min hour day month weekday. Examples: 0 * * * * = hourly, 0 */6 * * * = every 6 hours, 0 8 * * * = daily at 8am |
APP_TIMEZONE | Timezone for the application (e.g. Asia/Taipei) |
PUID | User ID for file permissions |
PGID | Group ID for file permissions |