Skip to content

Commit

Permalink
Update librespeed to version 5.3.3 (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Jul 31, 2024
1 parent d8ddbad commit ea10fbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
2 changes: 1 addition & 1 deletion librespeed/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 7 additions & 20 deletions librespeed/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit ea10fbf

Please sign in to comment.