diff --git a/blueprints/openspeedtest/docker-compose.yml b/blueprints/openspeedtest/docker-compose.yml new file mode 100644 index 00000000..0f35540b --- /dev/null +++ b/blueprints/openspeedtest/docker-compose.yml @@ -0,0 +1,6 @@ +services: + openspeedtest: + image: openspeedtest/latest:latest + restart: unless-stopped + ports: + - 3000 \ No newline at end of file diff --git a/blueprints/openspeedtest/openspeedtest.png b/blueprints/openspeedtest/openspeedtest.png new file mode 100644 index 00000000..dfc64402 Binary files /dev/null and b/blueprints/openspeedtest/openspeedtest.png differ diff --git a/blueprints/openspeedtest/template.toml b/blueprints/openspeedtest/template.toml new file mode 100644 index 00000000..781fa32b --- /dev/null +++ b/blueprints/openspeedtest/template.toml @@ -0,0 +1,12 @@ +[variables] +main_domain = "${domain}" + +[config] +[[config.domains]] +serviceName = "openspeedtest" +port = 3000 +host = "${main_domain}" + +[config.env] + +[[config.mounts]] \ No newline at end of file diff --git a/meta.json b/meta.json index f80d64a3..4626a607 100644 --- a/meta.json +++ b/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",