mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Librespeed Web UI port (#775)
This commit is contained in:
parent
0f7a8dd951
commit
0a5d630a1a
4
librespeed/hooks/post-update
Executable file
4
librespeed/hooks/post-update
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# restart app so that new port number is sourced correctly
|
||||||
|
"${UMBREL_ROOT}/scripts/app" restart "${APP_ID}" &
|
@ -2,16 +2,18 @@ manifestVersion: 1
|
|||||||
id: librespeed
|
id: librespeed
|
||||||
category: networking
|
category: networking
|
||||||
name: LibreSpeed
|
name: LibreSpeed
|
||||||
version: "0.0.1"
|
version: "5.2.5"
|
||||||
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: >-
|
||||||
|
Librespeed now runs on port 3011 to avoid a port conflict with the Samourai Server app. No other changes have been made to Librespeed.
|
||||||
developer: LibreSpeed
|
developer: LibreSpeed
|
||||||
website: https://librespeed.org/
|
website: https://librespeed.org/
|
||||||
dependencies: []
|
dependencies: []
|
||||||
repo: https://github.com/librespeed/speedtest
|
repo: https://github.com/librespeed/speedtest
|
||||||
support: https://github.com/librespeed/speedtest/issues
|
support: https://github.com/librespeed/speedtest/issues
|
||||||
port: 3009
|
port: 3011
|
||||||
gallery:
|
gallery:
|
||||||
- 1.jpg
|
- 1.jpg
|
||||||
- 2.jpg
|
- 2.jpg
|
||||||
|
Loading…
Reference in New Issue
Block a user