forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OpenSpeedTest.json
25 lines (25 loc) · 967 Bytes
/
OpenSpeedTest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"SpeedTest by OpenSpeedTest": {
"containers": {
"speedtest": {
"image": "openspeedtest/latest",
"launch_order": 1,
"ports": {
"3000": {
"description": "SpeedTest http WebUI port. Suggested Default: 3000",
"host_default": 3000,
"label": "http WebUI port",
"ui": true
}
}
}
},
"description": "<p>SpeedTest by OpenSpeedTest™ is a free and open-source HTML5 network performance estimation tool. Written in vanilla Javascript it only uses built-in Web APIs like XMLHttpRequest (XHR), HTML, CSS, JS, & SVG. No third-party frameworks or libraries are required.<p>Based on the official docker image: <a href='https://hub.docker.com/r/openspeedtest/latest' target='_blank'> https://hub.docker.com/r/openspeedtest/latest/</a>, available for amd64 and arm64 architecture.</p>",
"ui": {
"https": false,
"slug": ""
},
"website": "https://openspeedtest.com/",
"version": "1.0"
}
}