doc/app_baikal_fr.md
2020-04-13 11:09:56 +02:00

73 lines
3.6 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# <img src="/images/baikal_logo.png" height="80px" alt="Baïkal's logo"> Baïkal
[![Install Baïkal with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=baikal) [![Integration level](https://dash.yunohost.org/integration/baikal.svg)](https://dash.yunohost.org/appci/app/baikal)
### Index
- [Configuration](#Configuration)
- [Connexion à l'interface d'administration](#Connexion-à-l-interface-d-administration)
- [Création d'un nouvel utilisateur](#Création-d-un-nouvel-utilisateur)
- [Connexion CalDAV](#Connexion-CalDAV)
- [Connexion de Thunderbird avec Lightning](#Connexion-de-Thunderbird-avec-Lightning)
- [Connexion de AgenDAV](#Connexion-de-AgenDAV)
- [Connexion CardDAV](#Connexion-CardDAV)
- [Liens utiles](#liens-utiles)
Baïkal est un serveur de calendriers et de contacts accessible par les protocoles CalDAV (calendriers) et CardDAV (carnets dadresses), autorisant ainsi la synchronisation avec de nombreux clients (Thunderbird + Lightning par exemple).
**AVERTISSEMENT** : Baïkal ne fonctionnera pas si vous avez installé un **Nextcloud** (leurs fonctions cardav/caldav entrent en conflit).
## Configuration
### Connexion à linterface dadministration
Pour configurer l'appliation il faut se rendre à l'adresse : `sous.domaine.tld/admin` ou `domaine.tld/baikal/admin`
Le nom dutilisateur à spécifier est `admin` suivi du mot de passe spécifique que vous avez choisi lors de linstallation de Baïkal. Attention, le mot de passe ne doit pas contenir de carractères spéciaux.
### Création d'un nouvel utilisateur
Aller dans l'onglet `settings`, sélectionner `Digest` dans `WebDAV authentication type`.
Ajouter les utilisateurs dans l'onglet `Users and resources`.
## Connexion CalDAV
### Connexion de Thunderbird avec Lightning
Ajoutez un nouvel agenda de type « Réseau » puis « CalDAV ».
LURL à entrer est la suivante :
`https://example.com/baikal/cal.php/calendars/username/default`
*En prenant soin de remplacer « example.com » par votre domaine puis « username » par votre nom dutilisateur*
### Connexion de AgenDAV
AgenDAV est un client web permettant de manipuler vos calendriers. Il est packagé pour YunoHost et vous pouvez donc linstaller juste après avoir installé Baïkal.
AgenDAV est déjà connecté à Baïkal, aucune manipulation nest nécessaire. Si vous créez une entrée dans le calendrier Thunderbird + Lightning, il vous suffit dactualiser votre page AgenDAV pour voir les modifications apparaître.
AgenDAV vous permet également de créer de nouveaux calendriers très simplement.
## Connexion CardDAV
En utilisant l'exemple avec RoundCube Ajoutez un nouveau carnet dadresses en allant dans Paramètres > Préférences > CardDAV.
Renseigner :
+ Nom du carnet dadresses : `default`
+ Nom dutilisateur : `username`
+ Mot de passe : `leMotDePasseAssociéAUusername`
+ URL : `https://example.com/baikal/card.php/addressbooks/username/default`
*En prenant soin de remplacer « example.com » par votre domaine et « username » par votre nom dutilisateur*
Enregistrer
Le carnet dadresses est maintenant accessible.
## Liens utiles
+ Site web : [www.baikal-server.com (en)](http://www.baikal-server.com/)
+ Documentation officielle : [sabre.io - baikal (en)](https://sabre.io/baikal/)
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/bikal](https://github.com/YunoHost-apps/baikal_ynh)
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/baikal/issues](https://github.com/YunoHost-apps/baikal_ynh/issues)