librespeed

LibreSpeed

Installation

sudo apt install -y apache2 php
git clone https://github.com/adolfintel/speedtest.git
cd speedtest
sudo cp -R backend example-singleServer-pretty.html *.js /var/www/html/
cd /var/www/html/
sudo mv example-singleServer-pretty.html index.html
sudo chown -R www-data /var/www/html

Docker:

https://hub.docker.com/r/linuxserver/librespeed

 librespeed:
    image: lscr.io/linuxserver/librespeed
    container_name: librespeed
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
    volumes:
      - /root/docker/librespeed:/config
    ports:
      - 82:80
    restart: unless-stopped
  • librespeed.txt
  • Zuletzt geändert: 2022/02/01 18:59
  • von Fabian Horst