From 1a8441b230935dbb3325965a1fd16e29f55408d6 Mon Sep 17 00:00:00 2001 From: Diogo Carvalho Date: Wed, 25 Feb 2026 23:28:20 +0000 Subject: [PATCH] Rename speedtest to librespeed --- templates/compose/{speedtest.yaml => librespeed.yaml} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename templates/compose/{speedtest.yaml => librespeed.yaml} (72%) diff --git a/templates/compose/speedtest.yaml b/templates/compose/librespeed.yaml similarity index 72% rename from templates/compose/speedtest.yaml rename to templates/compose/librespeed.yaml index e0d915fe7..fae2650f9 100644 --- a/templates/compose/speedtest.yaml +++ b/templates/compose/librespeed.yaml @@ -1,16 +1,16 @@ # documentation: https://github.com/librespeed/speedtest -# slogan: Self-hosted Speed Test for HTML5 and more. +# slogan: Self-hosted lightweight Speed Test. # category: devtools # tags: speedtest, internet-speed -# logo: svgs/speedtest.svg +# logo: svgs/librespeed.svg # port: 82 services: - speedtest: - container_name: speedtest + librespeed: + container_name: librespeed image: 'ghcr.io/librespeed/speedtest:latest' environment: - - SERVICE_URL_SPEEDTEST_82 + - SERVICE_URL_LIBRESPEED_82 - MODE=standalone - TELEMETRY=false - DISTANCE=km