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
server:
image: linuxserver/librespeed:5.3.0@sha256:69c23e3bb022a99c5b0d9717c97836574907226e861de94898ef483b1f9b5c0d
image: ghcr.io/librespeed/speedtest:5.3.3@sha256:a771469759b6eccc08865fbf38e5c05e21c2eb63e100708aff5df38df6b6ce62
environment:
PUID: 1000
PGID: 1000

27
librespeed/umbrel-app.yml

@ -2,32 +2,19 @@ manifestVersion: 1
id: librespeed
category: networking
name: LibreSpeed
version: "5.3.0"
version: "5.3.3"
tagline: Free and open source speedtest
description: >-
Free and open source speedtest. Measure internet speeds between your devices and your Umbrel.
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:
- 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
Full release notes are found at: https://github.com/librespeed/speedtest/releases.
developer: LibreSpeed
website: https://librespeed.org/
dependencies: []

Loading…
Cancel
Save