Skip to content

Commit

Permalink
added MySpeed
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobosconff committed Nov 7, 2023
1 parent a476334 commit c4f02ef
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions Apps/MySpeed/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: myspeed
services:
myspeed:
container_name: myspeed
deploy:
resources:
limits:
memory: 256M
image: germannewsmaker/myspeed:1.0.8
ports:
- target: 5216
published: "5216"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/$AppID/data
target: /myspeed/data
network_mode: bridge
privileged: false
x-casaos:
ports:
- container: "5216"
description:
en_us: WebUI HTTP Port
protocol: tcp
volumes:
- container: /myspeed/data
description:
en_us: MySpeed data folder

x-casaos:
architectures:
- amd64
- arm64
main: myspeed
author: joaobosconff
category: Utility
description:
en_us: MySpeed is a speed test analysis software that stores the speed of your internet for up to 30 days. This can also 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.
pt_br: MySpeed ​​é um software de análise de teste de velocidade que armazena a velocidade da sua internet por até 30 dias. Isso também pode ser útil se você quiser saber quando sua rede pode sofrer quedas ou se quiser verificar se sua internet corresponde aos valores contratados em seu contrato.
developer: Mathias Wagner
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/MySpeed/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/MySpeed/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/MySpeed/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/MySpeed/screenshot-3.png
tagline:
en_us: Analysis software that shows your internet speed for up to 30 days.
pt_br: Software de análise que mostra a velocidade da sua internet por até 30 dias.
title:
en_us: MySpeed
pt_br: MySpeed
index: /
port_map: "5216"
Binary file added Apps/MySpeed/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 Apps/MySpeed/screenshot-1.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 Apps/MySpeed/screenshot-2.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 Apps/MySpeed/screenshot-3.png
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 c4f02ef

Please sign in to comment.