Skip to content

Commit

Permalink
feat(market): Added Openspeedtest (#98)
Browse files Browse the repository at this point in the history
* Added Openspeedtest

Signed-off-by: Siddhu <693151+arevindh@users.noreply.github.com>

* Fix repo url

---------

Signed-off-by: Siddhu <693151+arevindh@users.noreply.github.com>
  • Loading branch information
arevindh authored Nov 20, 2023
1 parent 60bb335 commit f0813ec
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
33 changes: 33 additions & 0 deletions servapps/Openspeedtest/cosmos-compose.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"cosmos-installer": {},
"services": {
"{ServiceName}": {
"image": "openspeedtest/latest:latest",
"container_name": "{ServiceName}",

"restart": "always",
"environment": [],
"labels": {
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Openspeedtest/icon.png",
"cosmos-force-network-secured": "true",
"cosmos-auto-update": "true"
},
"volumes": [],
"routes": [
{
"name": "{ServiceName}",
"description": "Expose {ServiceName} to the web",
"useHost": true,
"target": "http://{ServiceName}:3000",
"mode": "SERVAPP",
"Timeout": 14400000,
"ThrottlePerMinute": 12000,
"BlockCommonBots": true,
"SmartShield": {
"Enabled": true
}
}
]
}
}
}
9 changes: 9 additions & 0 deletions servapps/Openspeedtest/description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Openspeedtest",
"longDescription": "<p>SpeedTest by OpenSpeedTest™ is a Free and Open-Source HTML5 Network Performance Estimation Tool Written in Vanilla Javascript and only uses built-in Web APIs like XMLHttpRequest (XHR), HTML, CSS, JS, & SVG. No Third-Party frameworks or libraries are Required. All we need is a static web server like NGINX. This project was started in 2011 and moved to OpenSpeedTest.com dedicated Project/Domain Name in 2013.</p>",
"description": "HTML5 Internet Speed Test. no Flash or Java!",
"tags": ["self-hosted", "management"],
"repository": "https://github.com/openspeedtest/Speed-Test",
"image": "https://hub.docker.com/r/openspeedtest/latest",
"supported_architectures": ["amd64", "arm64"]
}
Binary file added servapps/Openspeedtest/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Openspeedtest/screenshots/1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f0813ec

Please sign in to comment.