mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
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:
6
blueprints/openspeedtest/docker-compose.yml
Normal file
6
blueprints/openspeedtest/docker-compose.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
openspeedtest:
|
||||
image: openspeedtest/latest:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 3000
|
||||
BIN
blueprints/openspeedtest/openspeedtest.png
Normal file
BIN
blueprints/openspeedtest/openspeedtest.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
12
blueprints/openspeedtest/template.toml
Normal file
12
blueprints/openspeedtest/template.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "openspeedtest"
|
||||
port = 3000
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
|
||||
[[config.mounts]]
|
||||
19
meta.json
19
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user