mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-11 16:19:11 -06:00
Merge pull request #3 from pavl21/patch-2
Erneuerung der Screenshots von Version 1.0.1
This commit is contained in:
4
.github/workflows/create_release.yml
vendored
4
.github/workflows/create_release.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
run: sudo apt-get install zip
|
||||
|
||||
- name: Zip all files
|
||||
run: zip -r MySpeed-${{ steps.get_version.outputs.version }}.zip build server package.json package-lock.json
|
||||
run: zip -r MySpeed-${{ steps.get_version.outputs.version }}.zip build node_modules server package.json package-lock.json
|
||||
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
@@ -38,4 +38,4 @@ jobs:
|
||||
prerelease: false
|
||||
title: Release ${{ steps.get_version.outputs.version }}
|
||||
files: |
|
||||
./MySpeed-*zip
|
||||
./MySpeed-*zip
|
||||
|
||||
33
README.md
33
README.md
@@ -12,40 +12,47 @@
|
||||
</p>
|
||||
<h3 align="center">MySpeed</h3>
|
||||
|
||||
## Was ist das?
|
||||
## Was ist MySpeed?
|
||||
|
||||
MySpeed ist eine deutschsprachige Speedtest Analyse-Software, welche das Internet der letzten 24 Stunden übersichtlich
|
||||
MySpeed ist eine deutschsprachige Speedtest Analyse-Software, welche die Geschwindigkeit des Internets der letzten 24 Stunden übersichtlich
|
||||
darstellt.
|
||||
|
||||
### Installation
|
||||
|
||||
1. Stelle sicher, dass du nodejs installiert hast.
|
||||
2. Lade dir die neuste Version aus den [Releases](https://github.com/gnmyt/myspeed/releases/latest) herunter.
|
||||
3. Setze die Umgebungsvariable `NODE_ENV` auf `production`.
|
||||
4. Starte das Projekt. Das geht ganz einfach mit `node server`
|
||||
Anleitung für [Linux](https://github.com/gnmyt/myspeed/wiki/Einrichtung-Linux)
|
||||
|
||||
Anleitung für [Windows](https://github.com/gnmyt/myspeed/wiki/Einrichtung-Windows)
|
||||
|
||||
### Beispiel-Screenshots
|
||||
|
||||
#### Startseite
|
||||
|
||||
<img src="https://i.imgur.com/vYWe5RJ.png">
|
||||
<img src="https://i.imgur.com/94rQ4jq.png">
|
||||
|
||||
#### Auswahl-Menü
|
||||
|
||||
<img src="https://i.imgur.com/vRhBYD2.png">
|
||||
<img src="https://i.imgur.com/tJHmUVs.png">
|
||||
|
||||
#### Seite während eines Speedtests
|
||||
|
||||
<img src="https://i.imgur.com/V7E3xH9.png">
|
||||
<img src="https://i.imgur.com/rqvb1Ni.png">
|
||||
|
||||
#### Dialog für Einstellen des Down-Speeds
|
||||
|
||||
<img src="https://i.imgur.com/Pxw42b8.png">
|
||||
<img src="https://i.imgur.com/DnEPbFV.png">
|
||||
|
||||
### Geschützte Startseite (Passwort festgelegt)
|
||||
|
||||
<img src="https://i.imgur.com/BGK166K.png">
|
||||
|
||||
### Dialog für Up- und Downspeed Empfehlung
|
||||
|
||||
<img src="https://i.imgur.com/ExgswYD.png">
|
||||
|
||||
|
||||
## Überzeugt?
|
||||
|
||||
Du kannst dir das Projekt ganz easy herunterladen und auf deinen Server Zuhause installieren. Gib mir gerne Feedback,
|
||||
falls ich etwas besser machen kann! :)
|
||||
Cool, dann lass und loslegen! Die Installationsanleitung für Linux (und Windows) findest du oben unter Installation.
|
||||
|
||||
## Lizenz
|
||||
|
||||
@@ -69,4 +76,4 @@ Verbreitet unter der MIT-Lizenz. Siehe `LICENSE` für weitere Informationen.
|
||||
|
||||
[license-shield]: https://img.shields.io/github/license/gnmyt/myspeed.svg?style=for-the-badge
|
||||
|
||||
[license-url]: https://github.com/gnmyt/myspeed/blob/master/LICENSE
|
||||
[license-url]: https://github.com/gnmyt/myspeed/blob/master/LICENSE
|
||||
|
||||
@@ -115,8 +115,8 @@ function DropdownComponent() {
|
||||
|
||||
const showCredits = () => {
|
||||
toggleDropdown();
|
||||
setDialog({title: "MySpeed", description: <><a href="https://github.com/gnmyt/myspeed" target="_blank">MySpeed</a> wird von GNMYT bereitgestellt
|
||||
und verwendet die <a href="https://www.speedtest.net/apps/cli" target="_blank">Speedtest-CLI</a> von Ookla.</>, buttonText: "Schließen"});
|
||||
setDialog({title: "MySpeed", description: <><a href="https://github.com/gnmyt/myspeed" target="_blank" rel="noreferrer">MySpeed</a> wird von GNMYT bereitgestellt
|
||||
und verwendet die <a href="https://www.speedtest.net/apps/cli" target="_blank" rel="noreferrer">Speedtest-CLI</a> von Ookla.</>, buttonText: "Schließen"});
|
||||
}
|
||||
|
||||
const showFeedback = (customText) => {
|
||||
|
||||
Reference in New Issue
Block a user