Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
openspeedtest committed Jan 31, 2023
1 parent 1e3e0da commit 0ba3976
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion files/www/License.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 OpenSpeedTest™
Copyright (c) 2022 OpenSpeedTest™

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions files/www/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SpeedTest by OpenSpeedTest™ is a Free and Open-Source HTML5 Network Performanc
[![Download OpenSpeedTest-Server V2.1](https://github.com/openspeedtest/v2-Test/raw/main/images/10G-S.gif)](https://go.openspeedtest.com/Server "Download OpenSpeedTest-Server V2.1")
<a target="_blank" href="https://go.openspeedtest.com/MicrosoftStore"><img src="https://github.com/openspeedtest/v2-Test/raw/main/images/Microsoft-Store-250x100.png" alt="Download from the Microsoft Store" width="200" height="80" style=""></a> <a target="_blank" href="https://go.openspeedtest.com/MacAppStore"><img src="https://github.com/openspeedtest/v2-Test/raw/main/images/Mac-App-Store-250x100.png" alt="Download from the Mac App Store" width="200" height="80" style=""></a> <a target="_blank" href="http://go.openspeedtest.com/iOS"><img src="https://github.com/openspeedtest/v2-Test/raw/main/images/App-Store-250x100.png" alt="Download from the App Store" width="200" height="80" style=""></a> <a target="_blank" href="https://go.openspeedtest.com/Android"><img src="https://github.com/openspeedtest/v2-Test/raw/main/images/GooglePlay-250x100.png" alt="Download from the Google Play Store" width="200" height="80" style=""></a> <a target="_blank" href="https://go.openspeedtest.com/snapcraft"><img src="https://github.com/openspeedtest/v2-Test/raw/main/images/SnapStore-250x100.png" alt="Download from the Snap Store" width="200" height="80" style=""></a> <a target="_blank" href="http://go.openspeedtest.com/docker"><img src="https://github.com/openspeedtest/v2-Test/raw/main/images/docker-250x100.png" alt="Download from the Docker Hub" width="200" height="80" style=""></a> <a target="_blank" href="http://go.openspeedtest.com/helm"><img src="https://github.com/openspeedtest/v2-Test/raw/main/images/Helm-Charts-250x100.png" alt="Download from the Helm Store" width="200" height="80" style=""></a> <a target="_blank" href="http://go.openspeedtest.com/Source"><img src="https://github.com/openspeedtest/v2-Test/raw/main/images/GitHub-250x100.png" alt="Download from GitHub" width="200" height="80" style=""></a>

**No client-side software or plugin is required. You can run a network speed test from any device with a web browser that is IE10 or new.**
**No client-side software or plugin is required. You can run a network speed test from any device with a [Web Browser that is IE10 or new.](https://www.youtube.com/watch?v=9f-OM_WQ7Bw&list=PLt-deStxFJOMEAs2O1lJhscMNzcg9E3Po&index=1)**

## Why OpenSpeedTest

Expand Down Expand Up @@ -289,7 +289,7 @@ More samples = more accurate representation. `Ping = 500` will send `501` reques
Take a look at index.html, you can set a custom ping sample size, threads, upload data size etc.

## Self-hosted (On-Premise) / (Docker Image/Source Code)
### For Headless large-scale For headless deployments.
### For Headless large-scale deployments.
You have two options here. If you need a custom deployment, use our source code along with a web server of your choice. I prefer Nginx, and you can find my [Nginx Configuration](https://github.com/openspeedtest/Nginx-Configuration) here. Or you can use our docker image. You can deploy it on your LAN/WAN with or without an active internet connection.

**This is docker implementation using nginxinc/nginx-unprivileged:stable-alpine. uses significantly fewer resources.**
Expand Down Expand Up @@ -406,7 +406,7 @@ Many useful browser extensions are out there that we all know and love. But some



**No client-side software or plugin is required. You can run a network speed test from any device with a web browser that is IE10 or new.**
**No client-side software or plugin is required. You can run a network speed test from any device with a [Web Browser that is IE10 or new.](https://www.youtube.com/watch?v=9f-OM_WQ7Bw&list=PLt-deStxFJOMEAs2O1lJhscMNzcg9E3Po&index=1)**

- Like this Project? Please **Donate NOW & Keep us Alive** -> https://go.openspeedtest.com/Donate

Expand Down
3 changes: 2 additions & 1 deletion files/www/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Speed Test by OpenSpeedTest.com</title>
<title>SpeedTest by OpenSpeedTest</title>
<meta name="description"
content="Test your network speed now. HTML5 Network Performance Estimation Tool. Self-Hosted SpeedTest by OpenSpeedTest™"/>
<link href="assets/css/app.css" rel="stylesheet" type="text/css" />
Expand All @@ -10,6 +10,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:image" content="assets/images/img.png" />
<link rel='canonical' href='https://openspeedtest.com'/>
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/icons/favicon-16x16.png">
Expand Down

0 comments on commit 0ba3976

Please sign in to comment.