Commit Graph

86 Commits

Author SHA1 Message Date
12c4591a58 Update mxisd 2018-11-12 08:32:13 +02:00
19257677c5 Update dependencies 2018-11-10 10:41:10 +02:00
f88b0ca33f Merge branch 'master' into riot-web-config-json 2018-11-03 12:00:48 +02:00
ef2e330d22 Allow a few parts of Riot config.json to be configured (#24) 2018-11-02 20:14:03 -05:00
ebab95c9ec Add new variable matrix_nginx_proxy_ssl_protocols 2018-11-02 18:20:05 -05:00
9e8f216b9b Upgrade Synapse (v0.33.7 -> v0.33.8) 2018-11-01 12:50:33 +02:00
e417ac4922 Add support for Postgres 11 2018-11-01 09:48:56 +02:00
ac8d5a839d Merge pull request #21 from Cadair/flags
Allow specifying which parts of the role run from playbooks
2018-11-01 08:58:42 +02:00
fb5115a544 Rename playbook variables so they are consistently prefixed
Pretty much all variables live in their own `matrix_<whatever>`
prefix now and are grouped closer together in the default
variables file (`roles/matrix-server/defaults/main.yml`).
2018-11-01 08:46:47 +02:00
1955aac4bd Update riot-web (0.17.0 -> 0.17.3) 2018-10-31 11:47:17 -05:00
67e2bf285d A simple idea to allow playbooks to control which bit of the role to run 2018-10-30 20:49:39 +00:00
cf0a5b3d2e Merge pull request #20 from izissise/mautrix-whatsapp
Mautrix whatsapp
2018-10-26 19:39:14 +03:00
67a445a74a Add support for controlling Matrix federation 2018-10-25 18:02:04 +03:00
7a94fc0e24 Add mautrix-whatsapp 2018-10-24 17:09:23 +02:00
83a17f8439 Expose mautrix-telegram public endpoint through nginx
It used to allow user to logging with their own account to the bot
see: https://github.com/tulir/mautrix-telegram/wiki/Authentication#replacing-telegram-accounts-matrix-puppet-with-matrix-account
for more informations
2018-10-21 23:20:37 +02:00
a0320346e1 Upgrade Synapse (v0.33.7rc2 -> 0.33.7) 2018-10-18 18:15:07 +03:00
9b3c882483 Update riot-web (0.16.4 -> 0.17.0) 2018-10-18 15:13:13 +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
a1c1ec9b7f Update dependencies 2018-10-08 08:24:20 +03:00
b49f4531e8 Make user presence-status tracking configurable 2018-10-05 10:35:16 +03:00
242f388af3 Make Synapse cache factor configurable 2018-09-27 10:03:31 +03:00
4fbaa02bef Update Synapse (v0.33.4 -> v0.33.5.1) 2018-09-26 08:48:30 +03:00
de5f4f7a05 Update matrix-corporal dependency 2018-09-20 10:34:11 +03:00
0d0ccde286 Add Service Discovery (/.well-known/matrix/client) support 2018-09-17 10:51:46 +03:00
38e3ffa29c Rename variable (matrix_riot_web_default_identity_server_url -> matrix_identity_server_url) 2018-09-17 08:44:29 +03:00
4f48508014 Rename variable (matrix_nginx_riot_web_data_path -> matrix_riot_web_data_path) 2018-09-17 08:43:31 +03:00
2446b4845c Update matrix-corporal dependency 2018-09-15 11:50:02 +03:00
8bbb6f0c60 Update dependencies 2018-09-12 20:04:54 +03:00
21916c1a3c Update matrix-corporal (1.1 -> 1.1.1) 2018-09-08 11:19:39 +03:00
620553e408 Update README 2018-09-07 23:35:04 +03:00
45fb2df43f Fix some problem with permissions
Fix typo
Move mautrix variable in `defaults/main.yml` exclusively
2018-09-07 20:02:46 +02: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
7310498f71 Update certbot 2018-09-06 18:23:16 +03:00
49e0d0e6db Update dependencies 2018-09-06 18:13:06 +03:00
7428b941c8 Remove old s3fs stuff
We've been using Goofys for a long time instead.
2018-08-29 10:14:48 +03:00
23e4a4734b Switch from acmetool to certbot for SSL certificate retrieval 2018-08-29 09:37:44 +03:00
d5346656e3 Use 0.16.1 for riot-web, as the image for 0.16.2 is still unavailable 2018-08-29 08:46:21 +03:00
51ac3421b5 Update matrix-corporal (1.0.1 -> 1.1) 2018-08-24 17:13:58 +03:00
314ff09846 Update dependencies 2018-08-24 10:01:25 +03:00
92e6fdd279 Update dependencies 2018-08-23 08:35:38 +03:00
5398d80f01 Add support for matrix-corporal 2018-08-21 13:34:34 +03:00
02d5b54fa5 Add controls for influencing Matrix Synapse's rate-limiting 2018-08-20 21:25:06 +03:00
14d7d3e670 Add support for matrix-synapse-shared-secret-auth 2018-08-20 17:11:55 +03:00
25becc63d5 Minor fixups for the matrix-synapse-rest-auth handling 2018-08-17 09:25:54 +03:00
ea43d46b70 Add matrix-synapse-rest-auth support 2018-08-17 09:02:17 +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