Skip to content

Commit

Permalink
README: Add new NixOS module (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramblurr committed Apr 5, 2024
1 parent 5b158af commit 6c4fb7b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Provides user edition, calendar creation and sharing, and address book creation.

Easily containerisable (_`Dockerfile` and sample `docker-compose` configuration file provided_).

NixOS package and module available.

Supports **Basic authentication**, as well as **IMAP** and **LDAP** (_via external providers_).

Created and maintained (with the help of the community) by [@tchapi](https://github.com/tchapi).
Expand Down Expand Up @@ -458,6 +460,17 @@ Then, head up to `http://<YOUR_DOCKER_IP>:9000` to see the status display :

> Note that there is no user and no principals created by default.
# NixOS Installation

To install Davis on NixOS, you can use the builtin NixOS module [`services.davis`](https://search.nixos.org/options?channel=unstable&query=services.davis).

Currently the NixOS module and package are in the nixos-unstable channel, but they are slated to enter the stable channel in the 24.05 release.

* [All `services.davis` options](https://search.nixos.org/options?channel=unstable&query=services.davis)
* [Basic Guide](https://nixos.org/manual/nixos/unstable/#module-services-davis)

If you encounter a bug or problem with the NixOS Davis module please open an issue [at the nixpkgs repo](https://github.com/NixOS/nixpkgs/issues/new/choose) so the module maintainers can assist.

# Development

You can spin off a local PHP webserver with:
Expand Down

0 comments on commit 6c4fb7b

Please sign in to comment.