Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions blueprints/librespeed/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: "3.8"

services:
librespeed:
image: lscr.io/linuxserver/librespeed:latest
restart: unless-stopped
expose:
- 80
volumes:
- librespeed-config:/config
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ}
- PASSWORD=${PASSWORD}
- CUSTOM_RESULTS=${CUSTOM_RESULTS}
- DB_TYPE=sqlite

volumes:
librespeed-config:
1 change: 1 addition & 0 deletions blueprints/librespeed/librespeed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions blueprints/librespeed/template.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[variables]
main_domain = "${domain}"
password = "${password:32}"

[config]
[[config.domains]]
serviceName = "librespeed"
port = 80
host = "${main_domain}"

[config.env]
PASSWORD = "${password}"
TZ = "UTC"
CUSTOM_RESULTS = "false"
18 changes: 18 additions & 0 deletions meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3623,6 +3623,24 @@
"object-storage"
]
},
{
"id": "librespeed",
"name": "LibreSpeed",
"version": "latest",
"description": "LibreSpeed is a lightweight, self-hosted HTML5 speed test for measuring download, upload, ping, and jitter in modern browsers.",
"logo": "librespeed.svg",
"links": {
"github": "https://github.com/librespeed/speedtest",
"website": "https://librespeed.org",
"docs": "https://docs.linuxserver.io/images/docker-librespeed/"
},
"tags": [
"speedtest",
"networking",
"monitoring",
"self-hosted"
]
},
{
"id": "libretranslate",
"name": "LibreTranslate",
Expand Down
Loading