2023-10-01 09:35:46 +02:00
<!--
2024-06-23 00:49:42 +02:00
Nota bene : ce README est automatiquement généré par < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
Il NE doit PAS être modifié à la main.
2023-10-01 09:35:46 +02:00
-->
2017-12-05 19:41:20 +01:00
# Radicale pour YunoHost
2023-10-01 09:35:46 +02:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/radicale.svg )](https://dash.yunohost.org/appci/app/radicale) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/radicale.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/radicale.maintain.svg )
2021-01-08 11:19:22 +01:00
[![Installer Radicale avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=radicale)
2017-12-05 19:41:20 +01:00
2024-06-23 00:49:42 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2017-12-05 19:41:20 +01:00
2024-06-23 00:49:42 +02:00
> *Ce package vous permet d’ installer Radicale rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’ avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’ installer et en profiter.*
2017-12-05 19:41:20 +01:00
2023-10-01 09:35:46 +02:00
## Vue d’ ensemble
2017-12-05 19:41:20 +01:00
Radicale est un petit mais puissant serveur CalDAV (calendriers, listes de tâches) et CardDAV (contacts).
2024-06-23 00:49:42 +02:00
**Version incluse :** 1.1.6~ynh6
2022-03-18 22:48:54 +01:00
## Avertissements / informations importantes
2018-07-13 17:36:34 +02:00
2017-12-05 19:41:20 +01:00
## Configuration
Utilisez le fichier `/etc/radicale/config` pour modifier la configuration principale de radicale.
Le fichier `/etc/radicale/logging` pour changer le niveau de journalisation.
Et le fichier `/etc/radicale/rights` pour éditer la façon dont les calendriers seront partagés.
2017-12-16 23:29:00 +01:00
InfCloud a son propre fichier de config, à /var/www/radicale/infcloud/config.js
2017-12-05 19:41:20 +01:00
## Fonctionnalités spécifiques à YunoHost
* Ce package propose une interface web pour radicale nommée InfCloud.
#### Support multi-utilisateurs
Supportée, avec LDAP et SSO seulement avec radicale, pas pour InfCloud.
## Limitations
* La version 1.1.6 est relativement ancienne. Il existe une version 2 de radicale, mais cette nouvelle version ne supporte pas encore ldap.
2022-03-18 22:48:54 +01:00
## Documentations et ressources
2017-12-05 19:41:20 +01:00
2024-06-23 00:49:42 +02:00
- Site officiel de l’ app : < http: // radicale . org >
- Documentation officielle de l’ admin : < https: // github . com / Kozea / Radicale / blob / website / pages / user_documentation . rst >
- Dépôt de code officiel de l’ app : < https: // github . com / Kozea / Radicale >
- YunoHost Store : < https: // apps . yunohost . org / app / radicale >
- Signaler un bug : < https: // github . com / YunoHost-Apps / radicale_ynh / issues >
2017-12-05 19:41:20 +01:00
2022-03-18 22:48:54 +01:00
## Informations pour les développeurs
2017-12-05 19:41:20 +01:00
2024-06-23 00:49:42 +02:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/radicale_ynh/tree/testing ).
2017-12-05 19:41:20 +01:00
2024-06-23 00:49:42 +02:00
Pour essayer la branche `testing` , procédez comme suit :
2023-10-01 09:35:46 +02:00
2024-06-23 00:49:42 +02:00
```bash
2019-01-21 13:22:56 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/radicale_ynh/tree/testing --debug
2017-12-05 19:41:20 +01:00
ou
2019-01-21 13:22:56 +01:00
sudo yunohost app upgrade radicale -u https://github.com/YunoHost-Apps/radicale_ynh/tree/testing --debug
2017-12-05 19:41:20 +01:00
```
2022-03-18 22:48:54 +01:00
2024-06-23 00:49:42 +02:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >