mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 17:39:17 +00:00
Update librespeed to version 5.4.0 (#1307)
This commit is contained in:
parent
5f67877152
commit
2ab882efd8
|
@ -7,7 +7,7 @@ services:
|
||||||
APP_PORT: 80
|
APP_PORT: 80
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: ghcr.io/librespeed/speedtest:5.3.3@sha256:a771469759b6eccc08865fbf38e5c05e21c2eb63e100708aff5df38df6b6ce62
|
image: ghcr.io/librespeed/speedtest:5.4.0@sha256:98ddbdd5783165f37642458a40864899b09c439cc77f9d878a1e1833afe9256d
|
||||||
environment:
|
environment:
|
||||||
PUID: 1000
|
PUID: 1000
|
||||||
PGID: 1000
|
PGID: 1000
|
||||||
|
|
|
@ -2,19 +2,20 @@ manifestVersion: 1
|
||||||
id: librespeed
|
id: librespeed
|
||||||
category: networking
|
category: networking
|
||||||
name: LibreSpeed
|
name: LibreSpeed
|
||||||
version: "5.3.3"
|
version: "5.4.0"
|
||||||
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: >-
|
||||||
What's Changed:
|
What's Changed:
|
||||||
|
|
||||||
- Added IPv6 ULA regex match.
|
- Implemented offline ipinfo.io database for ISP detection, used by default
|
||||||
- Improved Apache startup process.
|
- Unified UI for standalone and multiple points of test
|
||||||
- Enhanced IPv6 regex matching.
|
- Added dark mode in the UI
|
||||||
- Fixed download speed issue on certain platforms.
|
- Updated documentation with new installation videos
|
||||||
|
- Minor changes and improvements
|
||||||
|
|
||||||
Full release notes are found at: https://github.com/librespeed/speedtest/releases.
|
Full release notes are found at: https://github.com/librespeed/speedtest/releases
|
||||||
developer: LibreSpeed
|
developer: LibreSpeed
|
||||||
website: https://librespeed.org/
|
website: https://librespeed.org/
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
Loading…
Reference in New Issue
Block a user