# Radicale for YunoHost [![Integration level](https://dash.yunohost.org/integration/radicale.svg)](https://dash.yunohost.org/appci/app/radicale) ![Working status](https://ci-apps.yunohost.org/ci/badges/radicale.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/radicale.maintain.svg) [![Install Radicale with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=radicale) *[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install Radicale 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.* ## Overview Radicale is a small but powerful CalDAV (calendars, todo-lists) and CardDAV (contacts) server. **Shipped version:** 1.1.6~ynh6 ## Disclaimers / important information ## Configuration Use the file `/etc/radicale/config` to change the main configuration of radicale. The file `/etc/radicale/logging` to change the level of logging. And the file `/etc/radicale/rights` to edit the way the calendars will be sharing. InfCloud has its own config file, at /var/www/radicale/infcloud/config.js ## YunoHost specific features * This package bring a web interface for Radicale named InfCloud. #### Multi-users support Supported, with LDAP and SSO only with radicale, not for InfCloud. ## Limitations * The version 1.1.6 is relatively old. There's a version 2 of radicale, but this new version dos not support LDAP yet. ## Documentation and resources - Official app website: - Official admin documentation: - Upstream app code repository: - YunoHost Store: - Report a bug: ## Developer info Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/radicale_ynh/tree/testing). To try the `testing` branch, please proceed like that: ```bash sudo yunohost app install https://github.com/YunoHost-Apps/radicale_ynh/tree/testing --debug or sudo yunohost app upgrade radicale -u https://github.com/YunoHost-Apps/radicale_ynh/tree/testing --debug ``` **More info regarding app packaging:**