mirror of
https://github.com/YunoHost-Apps/ulogger_ynh.git
synced 2024-10-01 13:34:45 +02:00
Merge branch 'testing' into ci-auto-update-1.2
This commit is contained in:
commit
690bf39dcb
2 changed files with 49 additions and 1 deletions
48
README_it.md
Normal file
48
README_it.md
Normal file
|
@ -0,0 +1,48 @@
|
|||
<!--
|
||||
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
NON DEVE essere modificato manualmente.
|
||||
-->
|
||||
|
||||
# ulogger per YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/ulogger)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=ulogger)
|
||||
|
||||
*[Leggi questo README in altre lingue.](./ALL_README.md)*
|
||||
|
||||
> *Questo pacchetto ti permette di installare ulogger su un server YunoHost in modo semplice e veloce.*
|
||||
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
|
||||
|
||||
## Panoramica
|
||||
|
||||
μ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.
|
||||
|
||||
|
||||
**Versione pubblicata:** 1.1~ynh2
|
||||
|
||||
## Screenshot
|
||||
|
||||

|
||||
|
||||
## Documentazione e risorse
|
||||
|
||||
- Repository upstream del codice dell’app: <https://github.com/bfabiszewski/ulogger-server>
|
||||
- Store di YunoHost: <https://apps.yunohost.org/app/ulogger>
|
||||
- Segnala un problema: <https://github.com/YunoHost-Apps/ulogger_ynh/issues>
|
||||
|
||||
## Informazioni per sviluppatori
|
||||
|
||||
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/ulogger_ynh/tree/testing).
|
||||
|
||||
Per provare la branch di `testing`, si prega di procedere in questo modo:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/ulogger_ynh/tree/testing --debug
|
||||
o
|
||||
sudo yunohost app upgrade ulogger -u https://github.com/YunoHost-Apps/ulogger_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Maggiori informazioni riguardo il pacchetto di quest’app:** <https://yunohost.org/packaging_apps>
|
|
@ -7,7 +7,7 @@ description.fr = "Géolocalisation en temps réel, gestion et affichage de trace
|
|||
|
||||
version = "1.2~ynh1"
|
||||
|
||||
maintainers = [""]
|
||||
maintainers = []
|
||||
|
||||
[upstream]
|
||||
license = "AGPL-3.0-only"
|
||||
|
|
Loading…
Add table
Reference in a new issue