Browse Source

Update librespeed to version 5.3.3 (#1262)

main
Nathan Fretz 6 months ago
committed by GitHub
parent
commit
ea10fbf7c4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      librespeed/docker-compose.yml
  2. 27
      librespeed/umbrel-app.yml

2
librespeed/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 80 APP_PORT: 80
server: server:
image: linuxserver/librespeed:5.3.0@sha256:69c23e3bb022a99c5b0d9717c97836574907226e861de94898ef483b1f9b5c0d image: ghcr.io/librespeed/speedtest:5.3.3@sha256:a771469759b6eccc08865fbf38e5c05e21c2eb63e100708aff5df38df6b6ce62
environment: environment:
PUID: 1000 PUID: 1000
PGID: 1000 PGID: 1000

27
librespeed/umbrel-app.yml

@ -2,32 +2,19 @@ manifestVersion: 1
id: librespeed id: librespeed
category: networking category: networking
name: LibreSpeed name: LibreSpeed
version: "5.3.0" version: "5.3.3"
tagline: Free and open source speedtest tagline: Free and open source speedtest
description: >- description: >-
Free and open source speedtest. Measure internet speeds between your devices and your Umbrel. Free and open source speedtest. Measure internet speeds between your devices and your Umbrel.
releaseNotes: >- releaseNotes: >-
This update takes LibreSpeed from v5.2.5 to v5.3.0. What's Changed:
- Added IPv6 ULA regex match.
- Improved Apache startup process.
- Enhanced IPv6 regex matching.
- Fixed download speed issue on certain platforms.
Changes include: Full release notes are found at: https://github.com/librespeed/speedtest/releases.
- Improved docker file
- update php to 8.2
- ios favicon
- adopt new getIP API
- improve documentation
- change units from Mbps to Mbit/s (only naming, no changed values)
- move examples to folder
Full release notes are found at: https://github.com/librespeed/speedtest/releases/tag/5.3.0
developer: LibreSpeed developer: LibreSpeed
website: https://librespeed.org/ website: https://librespeed.org/
dependencies: [] dependencies: []

Loading…
Cancel
Save