Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update librespeed to version 5.3.3 #1262

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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