mirror of
https://github.com/YunoHost-Apps/ulogger_ynh.git
synced 2024-10-01 13:34:45 +02:00
Update README.md
This commit is contained in:
parent
70de55504d
commit
bc9623dc83
1 changed files with 50 additions and 29 deletions
79
README.md
79
README.md
|
@ -1,42 +1,63 @@
|
|||
#  μlogger
|
||||
# μlogger for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/ulogger)
|
||||
[](https://install-app.yunohost.org/?app=ulogger)
|
||||
[](https://dash.yunohost.org/appci/app/ulogger)  
|
||||
[](https://install-app.yunohost.org/?app=ulogger)
|
||||
|
||||
- [Yunohost project](https://yunohost.org)
|
||||
- [μlogger](https://github.com/bfabiszewski/ulogger-server)
|
||||
> *This package allows you to install μlogger 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.*
|
||||
|
||||
## Description of the app.
|
||||
This is a web application for real-time collection of geolocation data, tracks viewing and management. Together with a dedicated [μlogger mobile client](https://github.com/bfabiszewski/ulogger-android) it may be used as a complete self hosted server–client solution for logging and monitoring users' geolocation.<br><br>
|
||||
## Overview
|
||||
This is a web application for real-time collection of geolocation data, tracks viewing and management. Together with a dedicated [μlogger mobile client](https://github.com/bfabiszewski/ulogger-android) it may be used as a complete self hosted server–client solution for logging and monitoring users' geolocation.
|
||||
|
||||
<strong>Version:</strong> 0.5 <br><br>
|
||||
**Version:** 1.0
|
||||
|
||||
## Live demo:
|
||||
- http://ulogger.fabiszewski.net/ (test track upload and editing, login: demo, password: demo)
|
||||
## Demo
|
||||
* [Official demo](http://ulogger.fabiszewski.net/) (login: demo, password: demo)
|
||||
|
||||
## Features:
|
||||
- simple
|
||||
- allows live tracking
|
||||
- track statistics
|
||||
- altitudes graph
|
||||
- multiple users
|
||||
- user authentication
|
||||
- Google Maps API v3
|
||||
- OpenLayers v2 or v3 (OpenStreet and other layers)
|
||||
- ajax
|
||||
- user preferences stored in cookies
|
||||
- simple admin menu
|
||||
- export tracks to gpx and kml
|
||||
- import tracks from gpx
|
||||
## Configuration
|
||||
|
||||
## To-Do's
|
||||
- [ ] Use config file from the sources rather then conf/config.php for the configuration.
|
||||
How to configure this app: From an admin panel, a plain file with SSH, or any other way.
|
||||
|
||||
**Multi-user:** Yes
|
||||
## Documentation
|
||||
|
||||
* Official documentation: Link to the official documentation of this app
|
||||
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
#### Multi-user support
|
||||
|
||||
* Are LDAP and HTTP auth supported? **No**
|
||||
* Can the app be used by multiple users? **Yes**
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/ulogger/)
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/ulogger/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/ulogger/)
|
||||
* Jessie x86-64b - [](https://ci-stretch.nohost.me/ci/apps/ulogger/)
|
||||
|
||||
## Limitations
|
||||
|
||||
* Any known limitations.
|
||||
|
||||
## Additional information
|
||||
|
||||
* Other info you would like to add about this app.
|
||||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/ulogger_ynh/issues
|
||||
* Upstream app repository: https://github.com/bfabiszewski/ulogger-server
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/ulogger_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/ulogger_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade ulogger -u https://github.com/YunoHost-Apps/ulogger_ynh/tree/testing --debug
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue