diff --git a/librespeed/hooks/post-update b/librespeed/hooks/post-update new file mode 100755 index 0000000..01b0bb2 --- /dev/null +++ b/librespeed/hooks/post-update @@ -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}" & \ No newline at end of file diff --git a/librespeed/umbrel-app.yml b/librespeed/umbrel-app.yml index 6217ad9..e8a09c9 100644 --- a/librespeed/umbrel-app.yml +++ b/librespeed/umbrel-app.yml @@ -2,16 +2,18 @@ manifestVersion: 1 id: librespeed category: networking name: LibreSpeed -version: "0.0.1" +version: "5.2.5" tagline: Free and open source speedtest description: >- 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 website: https://librespeed.org/ dependencies: [] repo: https://github.com/librespeed/speedtest support: https://github.com/librespeed/speedtest/issues -port: 3009 +port: 3011 gallery: - 1.jpg - 2.jpg