services.rustical.settings.http.bind

NixOS option

Address and port or UNIX socket path to bind the HTTP service to. Rustical expects to be hosted behind a reverse proxy that provides HTTPS. Without HTTPS, the web frontend and some clients (e.g. Apple Calendar) may not work.

type: string
Default
"unix:/run/rustical/sock"
Example
"[::]:4000"
declared in: nixos/modules/services/web-apps/rustical.nixView source on NixOS/nixpkgs →