Skip to content

Commit dc8a5ae

Browse files
author
tchapi
committed
Update README
1 parent 5a8ad51 commit dc8a5ae

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,29 @@ Davis
66
[![Latest release][release_badge]][release_link]
77
[![Sponsor me][sponsor_badge]][sponsor_link]
88

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
1012

1113
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.
1214

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+
1323
Easily containerisable (_`Dockerfile` and sample `docker-compose` configuration file provided_).
1424

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.
1626

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+
- - -
1830

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).
2032

2133
![Dashboard page](_screenshots/dashboard.png)
2234
![User creation page](_screenshots/user.png)
@@ -534,7 +546,7 @@ In a shell, if you run Davis locally:
534546
535547
# 📚 Libraries used
536548
537-
- Symfony 5 (Licence : MIT)
549+
- Symfony 7 (Licence : MIT)
538550
- Sabre-io/dav (Licence : BSD-3-Clause)
539551
- Bootstrap 5 (Licence : MIT)
540552

0 commit comments

Comments
 (0)