An open API service indexing awesome lists of open source software.

https://github.com/yunohost-apps/myspeed_ynh

MySpeed package for YunoHost
https://github.com/yunohost-apps/myspeed_ynh

myspeed yunohost yunohost-apps

Last synced: 3 months ago
JSON representation

MySpeed package for YunoHost

Awesome Lists containing this project

README

        

# MySpeed for YunoHost

[![Integration level](https://apps.yunohost.org/badge/integration/myspeed)](https://ci-apps.yunohost.org/ci/apps/myspeed/)
![Working status](https://apps.yunohost.org/badge/state/myspeed)
![Maintenance status](https://apps.yunohost.org/badge/maintained/myspeed)

[![Install MySpeed with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=myspeed)

*[Read this README in other languages.](./ALL_README.md)*

> *This package allows you to install MySpeed quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*

## Overview

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.

**Shipped version:** 1.0.9~ynh2

## Screenshots

![Screenshot of MySpeed](./doc/screenshots/screenshot.png)

## Documentation and resources

- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:

## Developer info

Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/myspeed_ynh/tree/testing).

To try the `testing` branch, please proceed like that:

```bash
sudo yunohost app install https://github.com/YunoHost-Apps/myspeed_ynh/tree/testing --debug
or
sudo yunohost app upgrade myspeed -u https://github.com/YunoHost-Apps/myspeed_ynh/tree/testing --debug
```

**More info regarding app packaging:**