mirror of
https://github.com/YunoHost-Apps/radicale_ynh.git
synced 2024-09-03 20:16:14 +02:00
74 lines
2.7 KiB
Markdown
74 lines
2.7 KiB
Markdown
# Radicale for YunoHost
|
|
|
|
[![Integration level](https://dash.yunohost.org/integration/radicale.svg)](https://dash.yunohost.org/appci/app/radicale) ![](https://ci-apps.yunohost.org/ci/badges/radicale.status.svg) ![](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)
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
> *This package allow you to install Radicale quickly and simply on a YunoHost server.
|
|
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
|
|
|
## Overview
|
|
|
|
Radicale is a small but powerful CalDAV (calendars, todo-lists) and CardDAV (contacts) server.
|
|
|
|
**Shipped version:** 1.1.6
|
|
**Shipped version of InfCloud:** 0.13.1
|
|
|
|
## Screenshots
|
|
|
|
## Demo
|
|
|
|
No demo available.
|
|
|
|
## 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
|
|
|
|
## Documentation
|
|
|
|
* Official documentation: https://github.com/Kozea/Radicale/blob/website/pages/user_documentation.rst
|
|
* YunoHost documentation: https://yunohost.org/#/app_radicale
|
|
|
|
## 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.
|
|
|
|
#### Supported architectures
|
|
|
|
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/radicale%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/radicale/)
|
|
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/radicale%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/radicale/)
|
|
|
|
## 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.
|
|
|
|
## Additionnal informations
|
|
|
|
## Links
|
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/radicale_ynh/issues
|
|
* Radicale website: http://radicale.org/
|
|
* InfCloud website: https://www.inf-it.com/open-source/clients/infcloud/
|
|
* YunoHost website: https://yunohost.org/
|
|
|
|
---
|
|
|
|
## Developers infos
|
|
|
|
Please do 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.
|
|
```
|
|
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
|
|
```
|