From fbc07f565e3f7f1f9228e4e86be0915e989d9b87 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 10 Jun 2024 15:19:10 +0200 Subject: [PATCH] App Submission: MySpeed (#1103) Co-authored-by: nmfretz --- myspeed/data/myspeed/.gitkeep | 0 myspeed/docker-compose.yml | 15 +++++++++++++++ myspeed/umbrel-app.yml | 28 ++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 myspeed/data/myspeed/.gitkeep create mode 100644 myspeed/docker-compose.yml create mode 100644 myspeed/umbrel-app.yml diff --git a/myspeed/data/myspeed/.gitkeep b/myspeed/data/myspeed/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/myspeed/docker-compose.yml b/myspeed/docker-compose.yml new file mode 100644 index 00000000..403729eb --- /dev/null +++ b/myspeed/docker-compose.yml @@ -0,0 +1,15 @@ +version: "3.7" + +services: + app_proxy: + environment: + APP_HOST: myspeed_web_1 + APP_PORT: 5216 + + web: + image: germannewsmaker/myspeed:1.0.9@sha256:3a3e774b3f78d930a5a962d625b99bcb3d71730bfeb4a6b93e04fd38cfe7d9a9 + # myspeed must be run as root + restart: on-failure + stop_grace_period: 1m + volumes: + - ${APP_DATA_DIR}/data/myspeed:/myspeed/data \ No newline at end of file diff --git a/myspeed/umbrel-app.yml b/myspeed/umbrel-app.yml new file mode 100644 index 00000000..fb25eace --- /dev/null +++ b/myspeed/umbrel-app.yml @@ -0,0 +1,28 @@ +manifestVersion: 1 +id: myspeed +category: networking +name: MySpeed +version: 1.0.9 +tagline: Speed test analysis software that shows your internet speed for up to 30 days +description: >- + MySpeed is a speed test analysis software that stores the speed of your internet for up to 30 days. + This can be useful if you want to know when your network might have drops or if you want to check if your internet + matches the booked values from your contract. + + + MySpeed automatically creates tests every hour, which you can view in the dashboard. + Tests older than 30 days are automatically deleted to keep the dashboard clean. +releaseNotes: "" +developer: Mathias Wagner +website: https://myspeed.dev +repo: https://github.com/gnmyt/myspeed +support: https://github.com/gnmyt/myspeed/issues/new/choose +dependencies: [] +port: 5216 +path: "" +gallery: + - 1.jpg + - 2.jpg + - 3.jpg +submitter: Mathias Wagner +submission: https://github.com/getumbrel/umbrel-apps/pull/1103 \ No newline at end of file