mirror of
https://github.com/YunoHost-Apps/ulogger_ynh.git
synced 2024-10-01 13:34:45 +02:00
Auto-update README
This commit is contained in:
parent
22a9c7420a
commit
5d188b1d15
2 changed files with 95 additions and 40 deletions
74
README.md
74
README.md
|
@ -1,67 +1,61 @@
|
||||||
# μlogger for YunoHost
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/ulogger)  
|
# ulogger for YunoHost
|
||||||
[](https://install-app.yunohost.org/?app=ulogger)
|
|
||||||
|
|
||||||
> *This package allows you to install μlogger quickly and simply on a YunoHost server.
|
[](https://dash.yunohost.org/appci/app/ulogger)  
|
||||||
|
[](https://install-app.yunohost.org/?app=ulogger)
|
||||||
|
|
||||||
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
|
> *This package allows you to install ulogger 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.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## 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.
|
|
||||||
|
|
||||||
**Version:** 1.0
|
**μlogger** 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.
|
||||||
|
|
||||||
|
|
||||||
|
**Shipped version:** 1.1~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Demo
|
## Disclaimers / important information
|
||||||
* [Official demo](http://ulogger.fabiszewski.net/) (login: demo, password: demo)
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
How to configure this app: From an admin panel, a plain file with SSH, or any other way.
|
### Login
|
||||||
|
**Name:** The user selected during installation
|
||||||
|
|
||||||
## Documentation
|
**Password:** Will be emailed to you immediately after installation
|
||||||
|
|
||||||
* Official documentation: Link to the official documentation of this app
|
### How to configure this app:
|
||||||
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
|
From an admin panel, or a plain file with SSH.
|
||||||
|
|
||||||
## YunoHost specific features
|
## Documentation and resources
|
||||||
|
|
||||||
#### Multi-user support
|
* Official app website: <https://github.com/bfabiszewski/ulogger-server>
|
||||||
|
* Upstream app code repository: <https://github.com/bfabiszewski/ulogger-server>
|
||||||
* Are LDAP and HTTP auth supported? **No**
|
* YunoHost documentation for this app: <https://yunohost.org/app_ulogger>
|
||||||
* Can the app be used by multiple users? **Yes**
|
* Report a bug: <https://github.com/YunoHost-Apps/ulogger_ynh/issues>
|
||||||
|
|
||||||
#### Supported architectures
|
|
||||||
|
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/ulogger/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/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
|
## Developer info
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/ulogger_ynh/tree/testing).
|
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.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/ulogger_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/ulogger_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade ulogger -u https://github.com/YunoHost-Apps/ulogger_ynh/tree/testing --debug
|
sudo yunohost app upgrade ulogger -u https://github.com/YunoHost-Apps/ulogger_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
61
README_fr.md
Normal file
61
README_fr.md
Normal file
|
@ -0,0 +1,61 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# ulogger pour YunoHost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/ulogger)  
|
||||||
|
[](https://install-app.yunohost.org/?app=ulogger)
|
||||||
|
|
||||||
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
|
> *Ce package vous permet d'installer ulogger rapidement et simplement sur un serveur YunoHost.
|
||||||
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||||
|
|
||||||
|
## Vue d'ensemble
|
||||||
|
|
||||||
|
**μlogger** 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.
|
||||||
|
|
||||||
|
|
||||||
|
**Version incluse :** 1.1~ynh1
|
||||||
|
|
||||||
|
## Captures d'écran
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
### Login
|
||||||
|
**Name:** The user selected during installation
|
||||||
|
|
||||||
|
**Password:** Will be emailed to you immediately after installation
|
||||||
|
|
||||||
|
### How to configure this app:
|
||||||
|
From an admin panel, or a plain file with SSH.
|
||||||
|
|
||||||
|
## Documentations et ressources
|
||||||
|
|
||||||
|
* Site officiel de l'app : <https://github.com/bfabiszewski/ulogger-server>
|
||||||
|
* Dépôt de code officiel de l'app : <https://github.com/bfabiszewski/ulogger-server>
|
||||||
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_ulogger>
|
||||||
|
* Signaler un bug : <https://github.com/YunoHost-Apps/ulogger_ynh/issues>
|
||||||
|
|
||||||
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/ulogger_ynh/tree/testing).
|
||||||
|
|
||||||
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/ulogger_ynh/tree/testing --debug
|
||||||
|
ou
|
||||||
|
sudo yunohost app upgrade ulogger -u https://github.com/YunoHost-Apps/ulogger_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
Loading…
Add table
Reference in a new issue