1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/radicale_ynh.git synced 2024-09-03 20:16:14 +02:00
radicale_ynh/README.md

77 lines
2.7 KiB
Markdown
Raw Normal View History

2017-12-05 19:41:20 +01:00
# Radicale for YunoHost
2016-04-07 00:00:41 +02:00
2018-07-13 17:36:34 +02:00
[![Integration level](https://dash.yunohost.org/integration/radicale.svg)](https://dash.yunohost.org/appci/app/radicale)
2017-12-05 19:41:20 +01:00
[![Install Radicale with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=radicale)
2016-04-07 00:00:41 +02:00
2017-12-05 19:41:20 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2016-04-07 00:00:41 +02:00
2017-12-05 19:41:20 +01:00
> *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.*
2016-04-07 00:00:41 +02:00
2017-12-05 19:41:20 +01:00
## Overview
2016-04-07 00:00:41 +02:00
2017-12-05 19:41:20 +01:00
Radicale is a small but powerful CalDAV (calendars, todo-lists) and CardDAV (contacts) server.
2016-04-07 00:00:41 +02:00
2017-12-05 19:41:20 +01:00
**Shipped version:** 1.1.6
**Shipped version of InfCloud:** 0.13.1
2016-04-07 00:00:41 +02:00
2017-12-05 19:41:20 +01:00
## Screenshots
2016-04-07 00:00:41 +02:00
2018-07-13 17:36:34 +02:00
## Demo
No demo available.
2017-12-05 19:41:20 +01:00
## Configuration
2016-04-07 00:00:41 +02:00
2017-12-05 19:41:20 +01:00
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.
2016-05-15 11:39:31 +02:00
2017-12-16 23:29:00 +01:00
InfCloud has its own config file, at /var/www/radicale/infcloud/config.js
2017-12-05 19:41:20 +01:00
## Documentation
2017-06-13 22:28:52 +02:00
2017-12-05 19:41:20 +01:00
* Official documentation: https://github.com/Kozea/Radicale/blob/website/pages/user_documentation.rst
* YunoHost documentation: [app_radicale.md](./app_radicale.md)
## 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
2019-01-18 21:12:58 +01:00
* x86-64b - [![](https://ci-apps.yunohost.org/ci/logs/radicale%20%28Community%29.svg)](https://ci-apps.yunohost.org/ci/apps/radicale/)
* ARMv8-A - [![](https://ci-apps-arm.yunohost.org/ci/logs/radicale%20%28Community%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/radicale/)
* Jessie x86-64b - [![](https://ci-stretch.nohost.me/ci/logs/radicale%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/radicale/)
2017-12-05 19:41:20 +01:00
## 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.
```
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
or
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
```