2022-03-18 22:48:54 +01:00
|
|
|
<!--
|
2024-06-23 00:49:42 +02:00
|
|
|
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
2022-03-18 22:48:54 +01:00
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2017-12-05 19:41:20 +01:00
|
|
|
# Radicale for YunoHost
|
2016-04-07 00:00:41 +02:00
|
|
|
|
2023-10-01 09:35:46 +02:00
|
|
|
[![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)
|
|
|
|
|
2020-12-20 09:15:37 +01:00
|
|
|
[![Install Radicale with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=radicale)
|
2016-04-07 00:00:41 +02:00
|
|
|
|
2024-06-23 00:49:42 +02:00
|
|
|
*[Read this README in other languages.](./ALL_README.md)*
|
2016-04-07 00:00:41 +02:00
|
|
|
|
2024-06-23 00:49:42 +02:00
|
|
|
> *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.*
|
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
|
|
|
|
|
|
|
|
2022-03-18 22:48:54 +01:00
|
|
|
**Shipped version:** 1.1.6~ynh6
|
|
|
|
## Disclaimers / important information
|
2018-07-13 17:36:34 +02:00
|
|
|
|
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
|
|
|
## YunoHost specific features
|
|
|
|
|
2020-10-13 23:07:13 +02:00
|
|
|
* This package bring a web interface for Radicale named InfCloud.
|
2017-12-05 19:41:20 +01:00
|
|
|
|
|
|
|
#### Multi-users support
|
|
|
|
|
|
|
|
Supported, with LDAP and SSO only with radicale, not for InfCloud.
|
|
|
|
|
|
|
|
## Limitations
|
|
|
|
|
2020-10-13 23:07:13 +02:00
|
|
|
* The version 1.1.6 is relatively old. There's a version 2 of radicale, but this new version dos not support LDAP yet.
|
2017-12-05 19:41:20 +01:00
|
|
|
|
2022-03-18 22:48:54 +01:00
|
|
|
## Documentation and resources
|
2017-12-05 19:41:20 +01:00
|
|
|
|
2024-06-23 00:49:42 +02:00
|
|
|
- Official app website: <http://radicale.org>
|
|
|
|
- Official admin documentation: <https://github.com/Kozea/Radicale/blob/website/pages/user_documentation.rst>
|
|
|
|
- Upstream app code repository: <https://github.com/Kozea/Radicale>
|
|
|
|
- YunoHost Store: <https://apps.yunohost.org/app/radicale>
|
|
|
|
- Report a 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
|
|
|
## Developer info
|
2017-12-05 19:41:20 +01:00
|
|
|
|
2024-06-23 00:49:42 +02:00
|
|
|
Please send your pull request to the [`testing` branch](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
|
|
|
To try the `testing` branch, please proceed like that:
|
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
|
|
|
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
|
|
|
```
|
2022-03-18 22:48:54 +01:00
|
|
|
|
2023-10-01 09:35:46 +02:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|