Skip to content

Xandikos

services.xandikos.address

The IP address on which Xandikos will listen. By default listens on localhost.

Type: string

Default

"localhost"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/xandikos.nix

services.xandikos.enable

Whether to enable Xandikos CalDAV and CardDAV server. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/xandikos.nix

services.xandikos.extraOptions

Extra command line arguments to pass to xandikos.

Type: list of string

Default

[ ]

Example

[ "--autocreate""--defaults""--current-user-principal user""--dump-dav-xml"]

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/xandikos.nix

services.xandikos.nginx

Configuration for nginx reverse proxy.

Type: submodule

Default

{ }

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/xandikos.nix

services.xandikos.nginx.enable

Configure the nginx reverse proxy settings.

Type: boolean

Default

false

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/xandikos.nix

services.xandikos.nginx.hostName

The hostname use to setup the virtualhost configuration

Type: string

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/xandikos.nix

services.xandikos.package

The xandikos package to use. Type: package

Default

pkgs.xandikos

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/xandikos.nix

services.xandikos.port

The port of the Xandikos web application Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

8080

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/xandikos.nix

services.xandikos.routePrefix

Path to Xandikos. Useful when Xandikos is behind a reverse proxy.

Type: string

Default

"/"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/xandikos.nix