Lionstiger
e54f388966
removed /group_vars/matrix-servers as it not needed
6 years ago
Lionstiger
7aadd8bbe9
undo changed synapse version
6 years ago
Lionstiger
faa16617da
add documentation
6 years ago
Lionstiger
4aeeb5cf31
Autogenerate Discord invite link
...
Generates the link required to add the Bridge to a Discord server.
6 years ago
Lionstiger
835c349275
Add matrix-appservice-discord bridge
...
Bridge is setup to work on the matrix side with this, but the discord invite link is not automatically generated.
6 years ago
Slavi Pantaleev
041a1947b3
Update Synapse (0.99.1.1 -> 0.99.2)
6 years ago
Slavi Pantaleev
d360c67465
Merge pull request #103 from fretn/master
...
fixed a small path typo in playbook telemetry docs
6 years ago
frlae
6b47ebeaa7
fixed a small path typo in playbook telemetry docs
6 years ago
Slavi Pantaleev
0b6c28fb23
Mark some Docker images as optional
6 years ago
Slavi Pantaleev
a43bcd81fe
Rename some variables
6 years ago
Slavi Pantaleev
8cac29a5d5
Update matrix-synapse-rest-auth (0.1.1 -> 0.1.2)
6 years ago
Slavi Pantaleev
25bdc10617
Follow redirects for some well-known files
...
The Server spec says that redirects should be followed for
`/.well-known/matrix/server`. So we follow them.
The Client-Server specs doesn't mention redirects, so we don't
follow redirects there.
6 years ago
Slavi Pantaleev
433780384e
Do not use docker_container module
...
Using `docker_container` with a `cap_drop` argument requires
Ansible >=2.7.
We want to support older versions too (2.4), so we either need to
stop invoking it with `cap_drop` (insecure), or just stop using
the module altogether.
Since it was suffering from other bugs too (not deleting containers
on failure), we've decided to remove `docker_container` usage completely.
6 years ago
Slavi Pantaleev
639fc0bb5c
Treat empty string dig lookup responses as "missing record"
6 years ago
Slavi Pantaleev
4c512c8e64
Upgrade mxisd (1.3.0 -> 1.3.1)
6 years ago
Slavi Pantaleev
28bd6dc75b
Improve Telegram/Whatsapp instructions
6 years ago
Slavi Pantaleev
550d398e6c
Remove some unnecessary slashes
6 years ago
Slavi Pantaleev
747574ab56
Update Prerequisites a bit
6 years ago
Slavi Pantaleev
d552a742f8
Fix Riot caching troubles
...
Some resources shouldn't be cached right now,
as per https://github.com/vector-im/riot-web/pull/8702
(note all of the suggestions from that pull request were applied,
because some of them do not seem relevant - no such files)
Fixes #98 (Github Issue)
6 years ago
Slavi Pantaleev
28a5027138
Update changelog a bit
6 years ago
Slavi Pantaleev
350b25690d
Add Riot v1.0 (v1.0.1) support
6 years ago
Slavi Pantaleev
b79db89221
Improve wording a bit
6 years ago
Slavi Pantaleev
fcdc2a6c4f
Fix incomplete sentence
6 years ago
Slavi Pantaleev
0f55823c5f
Update Synapse (0.99.1 -> 0.99.1.1)
...
It's not important for us, as it only contains
some ACME-related fix.
6 years ago
Slavi Pantaleev
1dd4f85e61
Update changelog
6 years ago
Slavi Pantaleev
eb08e20418
Upgrade Synapse (0.99.0 -> 0.99.1) and sync config
...
`matrix_synapse_no_tls` is now implicit, so we've gotten rid of it.
The `homeserver.yaml.j2` template has been synchronized with the
configuration generated by Synapse v0.99.1 (some new options
are present, etc.)
6 years ago
Slavi Pantaleev
df76ae707a
Fix inaccurate comment
6 years ago
Slavi Pantaleev
7a1b5a2024
Update mxisd (1.2.2 -> 1.3.0)
6 years ago
Slavi Pantaleev
70b2f07fec
Add PostgreSQL backup information
6 years ago
Slavi Pantaleev
42c4de348c
Revert "Bind metrics on :: too"
...
This reverts commit 536c85619f
.
Looks like binding metrics on IPv6 (`::`) fails with an error:
socket.gaierror: [Errno -2] Name does not resolve
6 years ago
Slavi Pantaleev
46accfdb3c
Add guide about certificates for other domains
...
We had something like that on the Server Delegation how-to page,
but it's better if we have it on the SSL certificates page.
Relocated there and improved linking.
Fixes #94 (Github Issue)
6 years ago
Slavi Pantaleev
f4fa03d4b9
Re-iterate where one can find the well-known files
6 years ago
Slavi Pantaleev
08635666df
Do not attempt to start coturn TLS listeners
...
We don't provide certificates, so it fails anyway,
but we'd rather suppress the warnings about it too.
6 years ago
Slavi Pantaleev
f5cd916de8
Update coturn (4.5.0.8 -> 4.5.1.0)
6 years ago
Slavi Pantaleev
536c85619f
Bind metrics on :: too
...
For consistency with all our other listeners,
we make this one bind on the `::` address too
(both IPv4 and IPv6).
Additional details are in #91 (Github Pull Request).
6 years ago
Slavi Pantaleev
fd4bd204e1
Improve changelog entry
6 years ago
Slavi Pantaleev
fca9e8f0b8
Merge pull request #92 from spantaleev/synapse-0.99-prep
...
Add Synapse v0.99 support
6 years ago
Slavi Pantaleev
ef903fe544
Add some quick links
6 years ago
Slavi Pantaleev
e9cfcb8429
Fix another YAML indentation problem on documentation page
6 years ago
Slavi Pantaleev
92aa5bfa2d
Fix YAML indentation on documentation page
6 years ago
Slavi Pantaleev
33726cdb08
Fix anchor
6 years ago
Slavi Pantaleev
241a4f9ef9
Add changelog entry for Synapse v0.99
6 years ago
Slavi Pantaleev
5148f8edf4
Update docs
6 years ago
Slavi Pantaleev
91a757c581
Add support for reloading Synapse
6 years ago
Slavi Pantaleev
40f3793af7
Upgrade Synapse to v0.99 and simplify dummy TLS cert logic
6 years ago
Slavi Pantaleev
5db692f877
Remove some useless homeserver.yaml configuration
6 years ago
Slavi Pantaleev
772154f3b9
Update Server Delegation docs a bit
6 years ago
Slavi Pantaleev
738c592c27
Bump Synapse version (0.34.1.1 -> 0.99.0rc4)
6 years ago
Slavi Pantaleev
119016e858
Cache /.well-known/matrix files for longer
6 years ago
Slavi Pantaleev
b540427974
Mention alternative ways to do Server Delegation
6 years ago