diff --git a/README.md b/README.md index 3660f74..ddac771 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,17 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Traccar is an open source GPS tracking system. This repository contains Java-based back-end service. It supports more than 200 GPS protocols and more than 2000 models of GPS tracking devices. +Traccar is an open source GPS tracking system. It supports more than 200 GPS protocols and more than 2000 models of GPS tracking devices. ### Features - Real-time GPS tracking - Driver behaviour monitoring - Detailed and summary reports - Geofencing functionality - Alarms and notifications - Account and device management - Email and SMS support +- Real-time GPS tracking +- Driver behaviour monitoring +- Detailed and summary reports +- Geofencing functionality +- Alarms and notifications +- Account and device management +- Email and SMS support **Shipped version:** 5.9~ynh1 diff --git a/README_fr.md b/README_fr.md index 2a69c9b..7951617 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,17 +16,18 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble -Traccar est un système de suivi GPS open source. Ce référentiel contient un service back-end basé sur Java. Il prend en charge plus de 200 protocoles GPS et plus de 2 000 modèles de dispositifs de suivi GPS. +Traccar est un système de suivi GPS open source. Il prend en charge plus de 200 protocoles GPS et plus de 2 000 modèles de dispositifs de suivi GPS. ### Caractéristiques - Suivi GPS en temps réel - Surveillance du comportement des conducteurs - Rapports détaillés et synthétiques - Fonctionnalité de géolocalisation - Alarmes et notifications - Gestion des comptes et des appareils - Assistance par e-mail et SMS +- Suivi GPS en temps réel +- Surveillance du comportement des conducteurs +- Rapports détaillés et synthétiques +- Fonctionnalité de géolocalisation +- Alarmes et notifications +- Gestion des comptes et des appareils +- Assistance par e-mail et SMS + **Version incluse :** 5.9~ynh1 diff --git a/conf/traccar.xml b/conf/traccar.xml index 722e6c4..a7e89a8 100644 --- a/conf/traccar.xml +++ b/conf/traccar.xml @@ -18,8 +18,8 @@ --> - com.mysql.cj.jdbc.Driver - jdbc:mysql://localhost/__DB_NAME__?zeroDateTimeBehavior=round&serverTimezone=UTC&allowPublicKeyRetrieval=true&useSSL=false&allowMultiQueries=true&autoReconnect=true&useUnicode=yes&characterEncoding=UTF-8&sessionVariables=sql_mode='' + org.postgresql.Driver + jdbc:postgresql://localhost/__DB_NAME__ __DB_USER__ __DB_PWD__ @@ -34,6 +34,8 @@ false __APP__ __MAIL_PWD__ + __APP__@__MAIN_DOMAIN__ +