Skip to content

MySpeed

MySpeed is used to test internet download and upload speeds.

🛠 Installation

Default Port: 5216

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/myspeed.sh)"
bash -c "$(wget -qLO - https://github.com/asylumexp/Proxmox/raw/main/ct/myspeed.sh)"

âš™ Config

Make symlinks to repo.

Traefik

homelab/pve/traefik/conf.d/myspeed.yaml
---
http:
 #region routers 
  routers:
    myspeed:
      entryPoints:
        - "websecure"
      rule: "Host(`myspeed.l.nicholaswilde.io`)"
      middlewares:
        - default-headers@file
        - https-redirectscheme@file
      tls: {}
      service: myspeed

#endregion
#region services
  services:
    myspeed:
      loadBalancer:
        servers:
          - url: "http://192.168.2.136:5216"
        passHostHeader: true
# #endregion

Task List


🔗 References