1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00
nixpkgs/nixos/doc/manual
Martin Weinelt 143d266f0d
nixos/matrix-synapse: add UNIX domain socket listener support
Exposes two options, `path` and `mode`, to configure the location and
permissions on the socket file.

The `mode` needs to be specified as string in octal and will be converted
into a decimal integer, so it correctly passes through the YAML parser
and arrives at the `os.chmod` call in the Twisted codebase. What a fun
detour.

Adds an assertion, that either `path` or `bind_addresses` and `port` are
configured on every listener.

Migrates the default replication listener of the main instance to a UNIX
domain socket, because it is more efficient.

Introduces the `enableRegistrationScript` option, to gracefully disable
the user registration script, when the client listener listens on a UNIX
domain socket, which is something the script does not support.
2024-02-09 16:05:05 +01:00
..
administration Merge pull request #241953 from MultisampledNight/doc/fix-outdated-containers 2024-01-18 16:06:08 +01:00
configuration nixos/filesystems: add overlayfs docs 2024-02-07 22:13:00 +01:00
development doc: Update manuals bespoke syntax 2024-01-25 16:33:35 +01:00
installation nixos/appliance-repart-image: use UKI in docs 2024-02-07 17:45:22 +01:00
release-notes nixos/matrix-synapse: add UNIX domain socket listener support 2024-02-09 16:05:05 +01:00
common.nix
contributing-to-this-manual.chapter.md doc: Update manuals bespoke syntax 2024-01-25 16:33:35 +01:00
default.nix
manual.md
nixos-options.md
preface.md
README.md
shell.nix