services.matrix-continuwuity.settings.global.port

NixOS option

The port(s) continuwuity will be running on. You need to set up a reverse proxy in your web server (e.g. apache or nginx), so all requests to /_matrix on port 443 and 8448 will be forwarded to the continuwuity instance running on this port.

type: list of 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
[
  6167
]
declared in: nixos/modules/services/matrix/continuwuity.nixView source on NixOS/nixpkgs →