# Deploy Radicale with Easypanel

URL: /templates/radicale

Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. It allows you to share calendars and contact lists through CalDAV, CardDAV, and HTTP. Radicale supports events, todos, journal entries, and business cards. It works out-of-the-box, requiring no complicated setup or configuration. Radicale can limit access by authentication and secure connections with TLS. It works with many CalDAV and CardDAV clients, stores all data on the file system in a simple folder structure, and can be extended with plugins. Radicale is GPLv3-licensed free software.

## Installation notes

Login with any username or password

## Benefits

### CalDAV/CardDAV Server

Radicale serves as a CalDAV (Calendar) and CardDAV (Contact) server, storing and allowing online sharing of calendars, address books, events, and contacts.

### Extensible with Plugins

Radicale can be extended with plugins for authentication, rights management, and storage, allowing for customization and enhanced functionality.

### Wide Compatibility

Radicale is available for various Linux distributions and also has a Dockerfile, ensuring wide compatibility and ease of installation.

## Features

### Modular Code

Radicale's code is organized into several modules, each handling a specific functionality, making it easier to understand and work with.

### Integrated HTTP Server

Radicale comes with an integrated HTTP server for standalone use, simplifying setup and operation.

### Web Interface

Radicale includes a web interface module, providing a user-friendly way to interact with the server.

### Authentication and Rights Management

Radicale includes modules for user authentication and rights management, ensuring secure access to data.

### Storage Management

Radicale's storage module handles the storing and loading of collections in the filesystem, providing a reliable way to manage data.

## Configuration

- `appServiceName` (App Service Name, required): radicale

- `appServiceImage` (App Service Image, required): tomsquest/docker-radicale:3.7.1.0

## Services

- radicale: app (tomsquest/docker-radicale:3.7.1.0)

## Resources

- [Website](https://radicale.org/)

- [Documentation](https://radicale.org/v3.html)

- [Github](https://github.com/Kozea/Radicale)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/radicale)