Commit Graph
46 Commits
Author SHA1 Message Date
Aaron Raimist 23bfaa72ec Upgrade Synapse (1.12.3 -> 1.12.4) 2020-04-23 13:30:50 -05:00
Aaron RaimistandGitHub 695d2c3ea5 Flip around Jitsi port format to match other ports
This matches the way the ports are written in prerequisites.md and is the format that UFW likes.
2020-03-27 23:33:38 -05:00
Aaron Raimist 6ba961bd11 Upgrade riot-web (1.5.9 -> 1.5.10) 2020-02-23 12:35:29 -06:00
Aaron RaimistandGitHub d77df2990a Link to official instructions on how to install Ansible 2020-01-26 14:17:59 -06:00
Aaron RaimistandGitHub 65963f694a Use Postgres 12.1 when creating a backup 2020-01-20 16:33:47 -06:00
Aaron RaimistandGitHub 121994f562 Reword updating-users-passwords.md option 3 2020-01-20 12:09:01 -06:00
Aaron Raimist 2ea507e2ea Don't make it Dimension specific 2019-12-09 22:23:56 -06:00
Aaron Raimist 5366aef0da Fix Caddy example config for Dimension 2019-12-05 17:33:08 -06:00
Aaron Raimist fe932273aa Implement MSC1957: Integration manager discovery
https://github.com/matrix-org/matrix-doc/pull/1957

Yay Riot iOS now supports integration manager discovery!
2019-12-05 17:32:51 -06:00
Aaron Raimist 79d1576648 Allow Synapse manhole to be enabled
Can you double check that the way I have this set only exposes it locally? It is important that the manhole is not available to the outside world since it is quite powerful and the password is hard coded.
2019-12-05 00:07:15 -06:00
Aaron Raimist 9ab68a3cb4 Remove identity server section from .well-known/matrix/client if there is no identity server
Riot used to be fine with it being blank but now it complains. This creates an ugly looking comma when there is an identity server configured but I guess that's fine.
2019-11-20 16:05:16 -06:00
Aaron Raimist c600ff758d Upgrade riot-web (1.5.2 -> 1.5.3) 2019-11-08 09:48:08 -06:00
Aaron RaimistandGitHub cb2cb70b31 Mention that ARM is not supported
Feel free to reword but we have had a couple of issues created now asking about Raspberry Pi support.
2019-11-08 08:55:36 -06:00
Aaron Raimist 5a2c1a44e4 Upgrade riot-web (1.4.1 -> 1.4.2) 2019-10-04 19:21:39 -05:00
Aaron Raimist 413d9ec143 WIP: Upgrade Synapse (1.3.1 -> 1.4.0rc2) 2019-10-02 21:35:44 -05:00
Aaron Raimist b930c29bf0 Upgrade riot-web (1.3.3 -> 1.3.5) 2019-09-16 21:36:49 -05:00
Aaron Raimist 483bdd8c01 Allow default room version to be configured 2019-06-11 21:18:06 -05:00
Aaron Raimist d262028d82 Upgrade mxisd (1.4.4 -> 1.4.5) 2019-06-11 20:19:15 -05:00
Aaron Raimist 6fce809d10 Add config option to be able to access database outside of container 2019-06-09 20:35:35 -05:00
Aaron Raimist 79f4bcf5be Enable sentry.io integration 2019-06-07 16:02:41 -05:00
Aaron Raimist 2d1fbdb51d Move around options on updating-users-passwords.md
and provide an example for using the admin API
2019-05-11 21:39:31 -05:00
Aaron Raimist 59e05672d0 Convert registering-users.md to use ``` syntax for code blocks
The bit about the matrix-make-user-admin script was messed up (it wasn't actually a code block so the "<username>" was hidden). For me at least it seems like the ``` syntax is much harder to accidentally mess up.
2019-05-10 15:38:22 -05:00
Aaron RaimistandGitHub 12b7cccbc6 Mention the Synapse User Admin API on updating-users-passwords.md 2019-05-10 15:33:15 -05:00
Aaron Raimist 8051ea9ef9 Update Synapse (0.99.3.1 -> 0.99.3.2) 2019-05-03 13:34:45 -05:00
Aaron Raimist d1646bb497 Update Synapse (0.99.3 -> 0.99.3.1) 2019-05-03 12:07:58 -05:00
Aaron Raimist e42fe4b18c Include Slavi's improvements to keep roles independent 2019-04-27 17:09:21 -05:00
Aaron Raimist 5586eaddef Set Riot's enable_presence_by_hs_url to false if presence is disabled 2019-04-27 16:35:26 -05:00
Aaron Raimist ed442af96f Update mxisd (1.3.1 -> 1.4.1) 2019-04-27 16:28:40 -05:00
Aaron Raimist c6f1f7aa23 Update Synapse (0.99.2 -> 0.99.3) 2019-04-01 11:26:46 -05:00
Aaron Raimist ae912c4529 Update homeserver.yaml with some new options we could enable 2019-03-16 15:51:41 -05:00
Aaron Raimist 1f0cc92b33 Use IPv4 localhost everywhere (or almost everywhere) 2019-02-04 09:49:45 -06:00
Aaron Raimist 58ca2e7dfd Turn off IPv6 when using your own Nginx server
Docker apparently doesn't like IPv6.
2019-02-04 09:03:43 -06:00
Aaron Raimist 7716c3b4ae Update README to link to bubuntux/riot-web 2019-01-11 15:29:45 -06:00
Aaron Raimist 92ef6986a2 Link to Synapse Homeowners room 2018-12-11 10:15:09 -06:00
Aaron Raimist 9028e3714e Add utf8 encoding option to log config 2018-12-04 09:34:32 -06:00
Aaron Raimist d13aa7316e Remove riot.im from list of trusted identity servers
This brings the list in line with the new default as of https://github.com/matrix-org/synapse/pull/4207
2018-11-20 20:15:26 -06:00
Aaron Raimist 5a2069fa63 Fix well known self check 2018-11-16 16:12:13 -06:00
Aaron Raimist d260b17508 Add initial version of maintenance and troubleshooting doc 2018-11-14 14:34:24 -06:00
Aaron Raimist ddec99b899 Allow Synapse log levels to be configured (#23) 2018-11-14 13:39:52 -06:00
Aaron RaimistandGitHub a1609ce6e4 Link to the restoring media store guide
It isn't below anymore
2018-11-12 19:11:47 -06:00
Aaron Raimist ef2e330d22 Allow a few parts of Riot config.json to be configured (#24) 2018-11-02 20:14:03 -05:00
Aaron Raimist ebab95c9ec Add new variable matrix_nginx_proxy_ssl_protocols 2018-11-02 18:20:05 -05:00
Aaron Raimist 3254a4d161 Disable TLS 1.0 and enable TLS 1.3 2018-11-01 22:14:09 -05:00
Aaron Raimist 1955aac4bd Update riot-web (0.17.0 -> 0.17.3) 2018-10-31 11:47:17 -05:00
Aaron RaimistandGitHub 39a28e52e8 Fix link to using your own webserver 2018-10-18 18:09:41 -05:00
Aaron RaimistandGitHub 5ea4917d59 Fix link to using external PostgreSQL in README 2018-09-08 14:38:29 -05:00