2023-03-07 21:38:44 +01:00
|
|
|
<!--
|
2024-03-29 07:03:01 +01:00
|
|
|
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
2023-03-07 21:38:44 +01:00
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
|
|
|
# FitTrackee for YunoHost
|
|
|
|
|
2024-06-26 22:58:48 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/fittrackee.svg)](https://ci-apps.yunohost.org/ci/apps/fittrackee/) ![Working status](https://ci-apps.yunohost.org/ci/badges/fittrackee.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/fittrackee.maintain.svg)
|
2023-03-07 21:38:44 +01:00
|
|
|
|
|
|
|
[![Install FitTrackee with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fittrackee)
|
|
|
|
|
2024-04-01 06:01:13 +02:00
|
|
|
*[Read this README in other languages.](./ALL_README.md)*
|
2023-03-07 21:38:44 +01:00
|
|
|
|
2024-03-29 07:03:01 +01:00
|
|
|
> *This package allows you to install FitTrackee 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.*
|
2023-03-07 21:38:44 +01:00
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
FitTrackee allows you to track your outdoor activities (workouts) from gpx files and keep your data on your own server.
|
|
|
|
No mobile app has been developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file.
|
|
|
|
|
|
|
|
|
2024-09-01 14:43:46 +02:00
|
|
|
**Shipped version:** 0.8.8~ynh1
|
2023-11-19 17:41:34 +01:00
|
|
|
|
2023-03-07 21:38:44 +01:00
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
![Screenshot of FitTrackee](./doc/screenshots/screenshot-fittrackee.png)
|
|
|
|
|
|
|
|
## Documentation and resources
|
|
|
|
|
2024-03-29 07:03:01 +01:00
|
|
|
- Official app website: <https://samr1.github.io/FitTrackee>
|
|
|
|
- Official admin documentation: <https://samr1.github.io/FitTrackee>
|
|
|
|
- Upstream app code repository: <https://github.com/SamR1/FitTrackee>
|
|
|
|
- YunoHost Store: <https://apps.yunohost.org/app/fittrackee>
|
|
|
|
- Report a bug: <https://github.com/YunoHost-Apps/fittrackee_ynh/issues>
|
2023-03-07 21:38:44 +01:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2024-03-29 07:03:01 +01:00
|
|
|
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/fittrackee_ynh/tree/testing).
|
2023-03-07 21:38:44 +01:00
|
|
|
|
2024-03-29 07:03:01 +01:00
|
|
|
To try the `testing` branch, please proceed like that:
|
2023-03-07 21:38:44 +01:00
|
|
|
|
2024-03-29 07:03:01 +01:00
|
|
|
```bash
|
2023-03-07 21:38:44 +01:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/fittrackee_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade fittrackee -u https://github.com/YunoHost-Apps/fittrackee_ynh/tree/testing --debug
|
|
|
|
```
|
|
|
|
|
2024-03-29 07:03:01 +01:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|