Add OpenSpeedTest blueprint and metadata (#334)

Introduces a new blueprint for OpenSpeedTest, including docker-compose configuration, template, and logo. Updates meta.json to register OpenSpeedTest with relevant metadata and links.
This commit is contained in:
devdamo
2025-09-05 09:46:51 +01:00
committed by GitHub
parent bb58434ab3
commit 20edb2cc1d
4 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
services:
openspeedtest:
image: openspeedtest/latest:latest
restart: unless-stopped
ports:
- 3000

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -0,0 +1,12 @@
[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "openspeedtest"
port = 3000
host = "${main_domain}"
[config.env]
[[config.mounts]]

View File

@@ -3470,6 +3470,25 @@
"nginx"
]
},
{
"id": "openspeedtest",
"name": "OpenSpeedTest",
"version": "latest",
"description": "OpenSpeedTest is a 100% browser-based HTML5 network performance estimation tool for accurately measuring network speed.",
"logo": "openspeedtest.png",
"links": {
"github": "https://github.com/openspeedtest/Speed-Test",
"website": "https://openspeedtest.com/",
"docs": "https://github.com/openspeedtest/Speed-Test/wiki"
},
"tags": [
"network",
"testing",
"performance",
"monitoring",
"bandwidth"
]
},
{
"id": "otterwiki",
"name": "Otter Wiki",