-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a476334
commit c4f02ef
Showing
5 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.