Commit Graph

384 Commits

Author SHA1 Message Date
Mathias e9b106d379 Updated the client start script to use the "dev"-script instead of the "start" script 2022-08-14 01:30:52 +02:00
Mathias bda1a29138 Moved the index.html down one folder & updated the urls & script tags 2022-08-14 01:29:30 +02:00
Mathias 16e3990973 Created the vite configuration 2022-08-14 01:28:46 +02:00
Mathias 64c99b0430 Updated the package.json of the client to use vite instead of "create-react-app" 2022-08-14 01:28:30 +02:00
Mathias d6c89c603f The "create release" action now automatically uploads the newest release to the docker hub v1.0.3 2022-08-10 22:36:01 +02:00
Mathias b546f0343f Added the QEMU step to the deploy docker dev workflow 2022-08-10 21:18:44 +02:00
Mathias 803db7a032 Added compatibility for arm-based processors in the docker deploy dev workflow 2022-08-10 21:15:18 +02:00
Mathias d43ba89cb3 Created a docker deploy workflow for all development versions 2022-08-10 21:07:40 +02:00
Mathias ae72c79945 Fixed the Dockerfile 2022-08-10 21:07:17 +02:00
Mathias Wagner 146dab5775 Merge pull request #29 from gnmyt/fixes/version-fix
# 🐛 Versionsfehler in der info route behoben
2022-08-10 01:48:16 +02:00
Mathias 44ffaefabe GET /api/info/version now returns the tag name without the "v" 2022-08-10 01:43:29 +02:00
Mathias Wagner 4feedbf3c0 Merge pull request #28 from gnmyt/fixes/windows-fix
🐛 Fehler mit CLI unter Windows behoben
2022-08-10 01:13:56 +02:00
Mathias 85a774ddcf The cli now executes as an .exe on windows 2022-08-10 01:06:22 +02:00
Mathias 59cf524e83 The cli now downloads as an .exe on windows 2022-08-10 01:06:05 +02:00
Mathias 6525ef7176 Fixed the install script for newer updates 2022-08-09 18:01:44 +02:00
Mathias Wagner e0d5d1127f Merge pull request #25 from gnmyt/features/server-upgrade
🔩 Verbesserungen am Server
2022-08-09 17:55:02 +02:00
Mathias d632b3d97c The speedtest now retries without an server id if failed (searches automatically) 2022-08-09 17:33:32 +02:00
Mathias a2d6c2596a Fixed the config controller 2022-08-09 17:18:48 +02:00
Mathias Wagner 372fcf0d0d Merge pull request #26 from gnmyt/features/status-context
🐛 Fehler in Funktion "Speedtests pausieren" behoben
2022-08-09 17:00:10 +02:00
Mathias 1da4eb536d Made GET /api/info/server async 2022-08-09 16:58:41 +02:00
Mathias d7b5cc092e Fixed the speedtests controller #delete 2022-08-09 16:55:37 +02:00
Mathias 3537523760 Fixed GET /api/speedtests/:id 2022-08-09 16:54:02 +02:00
Mathias 29493f9e69 Fixed the speedtests controller #get 2022-08-09 16:53:37 +02:00
Mathias d173acd490 Fixed POST /api/speedtests/pause (number check) 2022-08-09 16:51:18 +02:00
Mathias c3ebaab58d Fixed the pause controller 2022-08-09 16:50:46 +02:00
Mathias 5279932f1d Removed /api/speedtests/latet (not needed anymore) 2022-08-09 16:46:33 +02:00
Mathias 5d7c66ed05 Updated the myspeed version in the package-lock.json 2022-08-09 16:43:35 +02:00
Mathias 5a8390126c Added a default value to the timer task 2022-08-09 16:43:21 +02:00
Mathias 9afd3f5edf Implemented the StatusContext into the DropdownComponent.js & removed the old logic 2022-08-09 03:03:20 +02:00
Mathias 7a06425a4f Implemented the StatusContext into the LatestTestComponent 2022-08-09 03:00:36 +02:00
Mathias 4e1bbcd453 Integrated the StatusProvider into the App component 2022-08-09 03:00:15 +02:00
Mathias 61ec268c5c Created the StatusContext 2022-08-09 02:59:57 +02:00
Mathias 33389b4906 Fixed the install script 2022-08-09 01:48:23 +02:00
Mathias 3dcbeffb26 Optimized the installation script 2022-08-09 01:43:52 +02:00
Mathias 905af151db Added the option to use a custom installation path 2022-08-09 01:38:55 +02:00
Mathias f893d6980e Fixed a line in the uninstall.sh 2022-08-09 01:25:18 +02:00
Mathias 2b1c0dd809 Created the file for the myspeed cli (todo) 2022-08-09 01:24:56 +02:00
Mathias bf69ff4e38 Fixed the install.sh 2022-08-09 01:15:23 +02:00
Mathias 0c47a13115 Updated the linux setup documentation 2022-08-09 01:15:14 +02:00
Mathias 56d2531cf5 Updated the images & links in the README.md 2022-08-09 01:14:41 +02:00
Mathias c250abf674 Removed the npm install statement from the create_release workflow 2022-08-09 01:03:19 +02:00
Mathias d9a60aab9a Removed the CNAME file from the root 2022-08-09 01:00:09 +02:00
Mathias 2eb1ae8a0a Since it is no longer necessary to build node modules, they are now removed from the script 2022-08-09 00:59:28 +02:00
Mathias e738042982 Updated the server version to 1.0.3 2022-08-09 00:53:58 +02:00
Mathias aa5f92830c Added the bin directory to the .gitignore 2022-08-09 00:50:15 +02:00
Mathias b2814b3ee3 The cli now loads at the start of the server 2022-08-09 00:49:38 +02:00
Mathias ed6cbe9d80 Updated the speedtest task 2022-08-09 00:49:13 +02:00
Mathias bd0c16fe50 Created the speedtest util 2022-08-09 00:48:46 +02:00
Mathias 9d12a872a6 The createFolder config action now creates the "data" & "bin" folder 2022-08-09 00:46:28 +02:00
Mathias 99741de897 MySpeed now automatically downloads the correct version of the speedtest cli on start 2022-08-09 00:45:57 +02:00