You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-11-29 22:38:35 +02:00
add librespeed
This commit is contained in:
@@ -416,6 +416,7 @@ A collection of delicious docker recipes.
|
||||
- [x] ipfs/kubo
|
||||
- [x] heartexlabs/label-studio
|
||||
- [x] langfuse/langfuse
|
||||
- [x] ghcr.io/librespeed/speedtest
|
||||
- [x] libretranslate/libretranslate
|
||||
- [x] martialblog/limesurvey
|
||||
- [x] linuxserver
|
||||
|
||||
8
librespeed/README.md
Normal file
8
librespeed/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
LibreSpeed
|
||||
==========
|
||||
|
||||
[LibreSpeed][1] is a very lightweight speed test implemented in Javascript, using XMLHttpRequest and Web Workers.
|
||||
|
||||
> Remote Servers: https://librespeed.org/backend-servers/servers.php
|
||||
|
||||
[1]: https://github.com/librespeed/speedtest
|
||||
16
librespeed/docker-compose.yml
Normal file
16
librespeed/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
librespeed:
|
||||
image: ghcr.io/librespeed/speedtest
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./data:/database
|
||||
environment:
|
||||
- MODE=standalone
|
||||
- TITLE=LibreSpeed
|
||||
- TELEMETRY=false
|
||||
- ENABLE_ID_OBFUSCATION=true
|
||||
- OBFUSCATION_SALT=0x1234abcd
|
||||
- PASSWORD=secret
|
||||
- WEBPORT=8080
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user