Skip to content

Latest commit

 

History

History

speedtest-tracker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

🐇 Self-hosted internet performance tracking application



🔧 Setup

  1. 🏔️ Copy the .env.tmpl file to .env and Edit it

    Name Value
    APP_KEY Encryption Key
    DB_PASSWORD Random Database Password
    R2_BUCKET_NAME Cloudflare R2 Bucket Name
    BACKUP_DIR Local Backup Directory
    TUNNEL_TOKEN Cloudflare Tunnel Token
  2. 🚀 Start the Docker Compose

    docker compose up -d