about summary refs log tree commit diff
path: root/nixos/modules/services/misc/matrix-synapse.nix
Commit message (Collapse)AuthorAge
* matrix-synapse: default server_name to hostnameDavid McFarland2018-02-04
|
* matrix-synapse: default to postgresql on 18.03David McFarland2018-02-04
|
* matrix-synapse: create and connect to local postgresql dbDavid McFarland2018-02-04
|
* nixos/matrix-synapse: Add module parameter extraConfigFiles (#33276)Johannes Bornhold2018-01-07
| | | | | This allows to configure additional configuration files for Synapse. This way secrets can be kept in a secure place on the file system without a need to go through the Nix store.
* nixos/matrix-synapse: remove unused log_file configRuben Maher2017-11-20
|
* nixos/matrix-synapse: make home directory configurableRuben Maher2017-11-19
|
* matrix-synapse service: restart on failureFranz Pletz2017-05-21
|
* treewide: use boolToString functionFranz Pletz2017-04-11
|
* matrix-synapse service: Make url_preview_enabled optional (#20609)Ruben Maher2016-11-28
|
* matrix-synapse: Allow keys to be generatedRuben Maher2016-11-02
| | | | | | | | | | The matrix-synapse user has `createHome = true;` which runs before the `preStart` script, so the home directory will always exist and the block will never execute. Also don't include default path to keys in the configuration file, because synapse will choke if it tries to open them before they exist (even with `--generate-keys`).
* matrix-synapse: 0.17.1 -> 0.18.0Benjamin Saunders2016-09-19
|
* matrix-synapse: Only run StartPre script when data folder doesn't exist (#17216)Robin Lambertz2016-07-28
|
* matrix-synapse: 0.14 -> 0.16Benjamin Saunders2016-06-17
|
* nixos: Provide a defaultText for type = packageaszlig2016-02-17
| | | | | | | | | We don't want to build all those things along with the manual, so that's what the defaultText attribute is for. Unfortunately a few of them were missing, so let's add them. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* matrix-synapse: init at 0.12.0roblabla2016-01-15