|
6 | 6 | [![Latest release][release_badge]][release_link] |
7 | 7 | [![Sponsor me][sponsor_badge]][sponsor_link] |
8 | 8 |
|
9 | | -A simple, fully translatable admin interface and frontend for `sabre/dav` based on [Symfony 7](https://symfony.com/) and [Bootstrap 5](https://getbootstrap.com/), initially inspired by [Baïkal](https://github.com/sabre-io/Baikal) (_see dependencies table below for more detail_) |
| 9 | +A simple, fully translatable and full-featured DAV server, admin interface and frontend based on `sabre/dav`, built with [Symfony 7](https://symfony.com/) and [Bootstrap 5](https://getbootstrap.com/), initially inspired by [Baïkal](https://github.com/sabre-io/Baikal) (_see dependencies table below for more detail_) |
| 10 | + |
| 11 | +### Web admin dashboard |
10 | 12 |
|
11 | 13 | Provides user edition, calendar creation and sharing, and address book creation. The interface is simple and straightforward, responsive, and provides a light and a dark mode. |
12 | 14 |
|
| 15 | +Supports **Basic authentication**, as well as **IMAP** and **LDAP** (_via external providers_). |
| 16 | + |
| 17 | +### DAV Server |
| 18 | + |
| 19 | +The underlying server implementation supports (*non-exhaustive list*) CalDAV, CardDAV, WebDAV, calendar sharing, scheduling, mail notifications, and server-side subscriptions (*depending on the capabilities of the client*). |
| 20 | + |
| 21 | +### Deployment |
| 22 | + |
13 | 23 | Easily containerisable (_`Dockerfile` and sample `docker-compose` configuration file provided_). |
14 | 24 |
|
15 | | -NixOS package and module available. |
| 25 | +NixOS [package](https://search.nixos.org/packages?channel=unstable&show=davis&from=0&size=50&sort=relevance&type=packages&query=davis) and module available. |
16 | 26 |
|
17 | | -Supports **Basic authentication**, as well as **IMAP** and **LDAP** (_via external providers_). |
| 27 | +Comes with already built Docker images in two flavours: [standalone](https://github.com/tchapi/davis/pkgs/container/davis-standalone) (with included Caddy reverse proxy) or [barebone](https://github.com/tchapi/davis/pkgs/container/davis). |
| 28 | + |
| 29 | +- - - |
18 | 30 |
|
19 | | -Created and maintained (with the help of the community) by [@tchapi](https://github.com/tchapi). |
| 31 | +✨ Created and maintained (with the help of the community) by [@tchapi](https://github.com/tchapi). ✨ |
20 | 32 |
|
21 | 33 |  |
22 | 34 |  |
@@ -534,7 +546,7 @@ In a shell, if you run Davis locally: |
534 | 546 |
|
535 | 547 | # 📚 Libraries used |
536 | 548 |
|
537 | | - - Symfony 5 (Licence : MIT) |
| 549 | + - Symfony 7 (Licence : MIT) |
538 | 550 | - Sabre-io/dav (Licence : BSD-3-Clause) |
539 | 551 | - Bootstrap 5 (Licence : MIT) |
540 | 552 |
|
|
0 commit comments