====== LibreSpeed ====== * [[https://github.com/librespeed/speedtest]] ==== Meine Server: ==== * extern: http://dein-wlan-test.de * intern: http://192.168.2.64 === 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