Commit Graph

22 Commits

Author SHA1 Message Date
792bed3f5a Fix add/config based on comments by @spantaleev 2018-11-23 00:42:54 +00:00
3cb3f17a90 Add more configured options for riot-web and homeserver. 2018-11-18 02:00:08 +00:00
ddec99b899 Allow Synapse log levels to be configured (#23) 2018-11-14 13:39:52 -06:00
95a6519876 Fix yaml syntax breakage
Regression since 67a445a74a
2018-10-25 18:15:56 +03:00
67a445a74a Add support for controlling Matrix federation 2018-10-25 18:02:04 +03:00
6cc528ba5a Upgrade Synapse (v0.33.5.1 -> v0.33.7rc2)
We skipped v0.33.6 because of matrix-org/synapse#4014,
but v0.33.7rc2 fixed the problem.
2018-10-18 14:49:21 +03:00
cc3e34b128 Fix to_yaml silliness 2018-10-05 10:59:02 +03:00
b49f4531e8 Make user presence-status tracking configurable 2018-10-05 10:35:16 +03:00
7350842d9b Pull in homeserver.yaml template updates 2018-09-27 10:43:31 +03:00
7b5f68c431 Add mautrix-telegram to bridge with telegram services 2018-09-07 20:02:46 +02:00
7adcdf3040 Add the ability to control event_cache_size for Synapse
I've found the previous 10K default value to be way too low
on a bunch of servers I'm running, so it's now up to
100K and made configurable.
2018-09-07 16:15:40 +03:00
b52d91e180 Add the ability to controll password-peppering for Synapse
Closes Github issue #5
2018-09-07 15:01:38 +03:00
6d6a6412fa Add the ability to control statistics-reporting for Synapse
Closes Github issue #3
2018-09-07 14:49:51 +03:00
02d5b54fa5 Add controls for influencing Matrix Synapse's rate-limiting 2018-08-20 21:25:06 +03:00
b0f1a1c80f Fix nginx warning: adding already-default text/html to gzip_types 2018-08-17 10:44:34 +03:00
ea43d46b70 Add matrix-synapse-rest-auth support 2018-08-17 09:02:17 +03:00
df79901f8b Improve compression support 2018-08-17 08:00:38 +03:00
a302a7d748 Only run federation on 8448 and client on 80
This disables federation on the 80 port, as it's
not necessary. We also disable the old Angular webclient.

For the federation port (8448), we disable the client APIs
as those are not necessary. Those can even cause trouble
if one doesn't know about them and thinks that guarding the client
APIs at the 80 port is enough.
2018-08-17 07:55:58 +03:00
74093dfb15 Add mxisd Identity Server support 2018-08-15 10:46:13 +03:00
21da2f572b Add email-sending support 2018-08-14 14:47:44 +03:00
700602eed3 Rename a bunch of playbook variables for better consistency 2018-08-08 09:17:18 +03:00
839b401b28 Set up Synapse configuration using a template (not line/regexp replacements)
Until now, we were starting from a fresh configuration, as generated
by Synapse and manipulating it with regex and line replacements,
until we made it work.

This is more fragile and less predictable, so we're moving to a static
configuration file generated from a Jinja template.

The upside is that configuration will be stable and predictable.

The downside of this new approach is that any manual configuration changes
after the playbook is done, will be thrown away on future playbook
invocations.

There are 2 ways to work around the need for manual configuration
changes though:
- making them part of this playbook and its default template
configuration files (which benefits everyone)
- going your own way for a given host and overriding the template files
that gets used (that is, the
`matrix_synapse_template_synapse_homeserver` or
`matrix_synapse_template_synapse_log` variables)
2018-06-26 21:05:59 +03:00