Cody Neiman
c9579cf902
Add docs
4 years ago
Slavi Pantaleev
890e4ad1af
Announce Prometheus/Grafana
4 years ago
Slavi Pantaleev
e443b376b9
Improve "things to do after installation" docs section
4 years ago
Slavi Pantaleev
a47813585d
Rename file to prevent common mistake
...
Prompted by this: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/779#issuecomment-764807507
4 years ago
Sabine Laszakovits
a06c58c753
Merge branch 'master' into signal
4 years ago
Scott Crossen
e894befd87
Updates to reviewer comments
4 years ago
Sabine Laszakovits
d6940d9f10
added docs
4 years ago
Scott Crossen
1f988969a5
Added role for dynamic dns
4 years ago
Slavi Pantaleev
7901293438
Relocate docs page for consistency
4 years ago
Slavi Pantaleev
da38a7869f
Add matrix-registration support
4 years ago
Slavi Pantaleev
b2ae669566
Add synapse-admin support
...
Fixes #562 (Github Issue)
4 years ago
Slavi Pantaleev
78b1ef9a5f
Add support for matrix-reminder-bot
4 years ago
Slavi Pantaleev
c6ab1c6a90
Riot is now Element
...
Fixes #586 (Github Issue)
4 years ago
Slavi Pantaleev
a8f7ccf3f3
Announce mx-puppet-steam bridging support
...
Related to #557 (Github Pull Request).
4 years ago
Slavi Pantaleev
76352bcbd8
Announce mx-puppet-discord bridging support
...
Related to #540 (Github Pull Request).
4 years ago
Slavi Pantaleev
b5bed60e6b
Announce mx-puppet-instagram and mx-puppet-twitter support
...
Related to #551 and #555 (Github Pull Requests).
4 years ago
benkuly
f68e47d3c4
renamed role matrix-sms-bridge to matrix-bridge-sms
5 years ago
benkuly
1ffa4a326c
matrix-sms-bridge:
...
added docs, added seperate service for database, pr comments
5 years ago
Slavi Pantaleev
4afc46fffe
Announce mx-puppet-slack support
...
Related to #454 (Github Pull Request).
5 years ago
Slavi Pantaleev
5b8f8bc942
Announce Skype bridging
5 years ago
Marcel Partap
5fedd6cbf0
Replace mxisd with ma1sd in docs, fixing URLs
5 years ago
Slavi Pantaleev
e5849801c6
Add Jitsi reference to Configuring Playbook docs page
5 years ago
Slavi Pantaleev
4840214193
Announce Appservice Webhooks support
...
Related to #339 (Github Pull Request).
5 years ago
Paul Tötterman
aabb16d78b
Fix spelling ngnix -> nginx
5 years ago
Slavi Pantaleev
68ed2ebefa
Add support for Synapse Simple Antispam
...
Fixes #255 (Github Issue).
5 years ago
Slavi Pantaleev
0edd7e8089
Make Riot-web configuration extensible
...
Fixes #71 (Github Issue).
5 years ago
Slavi Pantaleev
10a9deba4a
Make Synapse configuration extensible
5 years ago
Slavi Pantaleev
65da600426
Merge branch 'master' into master
5 years ago
Slavi Pantaleev
63d1ed1d56
Update changelog and documentation
5 years ago
p5t2vspoqqw
281f2ee519
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
5 years ago
Slavi Pantaleev
4be35822dd
Add Email2Matrix support
5 years ago
kingoftheconnors
49766c5dac
Added Slack role
5 years ago
p5t2vspoqqw
4315b472af
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
6 years ago
Hugues Morisset
d4372d5ba8
Add mautrix-facebook doc
6 years ago
p5t2vspoqqw
c2eabf2b9d
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy
6 years ago
Slavi Pantaleev
9ea5088761
Add TURN server configuration documentation
6 years ago
Slavi Pantaleev
a4da1535dd
Split additional configuration options in groups
...
It's too many configuration options to keep them in a single list.
Trying to put some order.
6 years ago
p5t2vspoqqw
deeefac84c
add ngnix-status to config
...
add doc
6 years ago
Slavi Pantaleev
c545d3eb85
Add support for serving base domain via matrix-nginx-proxy
6 years ago
Slavi Pantaleev
a1f9869eb2
Improve documentation about getting the playbook
6 years ago
Edgars Voroboks
9f5215c95a
Make some additions to Dimension documentation
6 years ago
Edgars Voroboks
1bff4893d9
Provide Dimension documentation
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
f6ebd4ce62
Initial work on Synapse 0.99/1.0 preparation
6 years ago
Plailect
3a4a671dd7
Add support for matrix-appservice-irc
6 years ago
Slavi Pantaleev
51312b8250
Split playbook into multiple roles
...
As suggested in #63 (Github issue), splitting the
playbook's logic into multiple roles will be beneficial for
maintainability.
This patch realizes this split. Still, some components
affect others, so the roles are not really independent of one
another. For example:
- disabling mxisd (`matrix_mxisd_enabled: false`), causes Synapse
and riot-web to reconfigure themselves with other (public)
Identity servers.
- enabling matrix-corporal (`matrix_corporal_enabled: true`) affects
how reverse-proxying (by `matrix-nginx-proxy`) is done, in order to
put matrix-corporal's gateway server in front of Synapse
We may be able to move away from such dependencies in the future,
at the expense of a more complicated manual configuration, but
it's probably not worth sacrificing the convenience we have now.
As part of this work, the way we do "start components" has been
redone now to use a loop, as suggested in #65 (Github issue).
This should make restarting faster and more reliable.
6 years ago
Slavi Pantaleev
d28bdb3258
Add support for 2 more SSL certificate retrieval methods
...
Adds support for managing certificates manually and for
having the playbook generate self-signed certificates for you.
With this, Let's Encrypt usage is no longer required.
Fixes Github issue #50 .
6 years ago
Slavi Pantaleev
3fec9dfa0e
Add LDAP auth password provider documentation and changelog description
6 years ago
Slavi Pantaleev
733b806833
Annotate certain features as optional/advanced
...
We've had some people get confused into installing
Matrix Corporal and having pain with that.
With this documentation change, we try to make it clearer
that it's an advanced feature not to be touched unless
you know what you're doing.
On a similar note, we also make sure other things are properly
labeled as "(optional)" and/or "(advanced)".
6 years ago
TheForcer
20bba449c4
Updated "Controlling Matrix federation" link
...
Missing file ending results in 404
6 years ago
Slavi Pantaleev
f364e080be
Add documentation about Telemetry configuration
6 years ago
Slavi Pantaleev
099558bee8
Fix doc file name inconsistency (configuration -> configuring)
6 years ago
Slavi Pantaleev
5e3c6ebf49
Update documentation
6 years ago
Slavi Pantaleev
67a445a74a
Add support for controlling Matrix federation
6 years ago
anadahz
5c63f2ecec
Fix minor typo in install instructions
6 years ago
Slavi Pantaleev
620553e408
Update README
6 years ago
Slavi Pantaleev
5398d80f01
Add support for matrix-corporal
6 years ago
Slavi Pantaleev
14d7d3e670
Add support for matrix-synapse-shared-secret-auth
6 years ago
Slavi Pantaleev
ea43d46b70
Add matrix-synapse-rest-auth support
6 years ago
Slavi Pantaleev
74093dfb15
Add mxisd Identity Server support
6 years ago
Slavi Pantaleev
617712000e
Minor wording improvements
6 years ago
Slavi Pantaleev
21da2f572b
Add email-sending support
6 years ago
Slavi Pantaleev
f254aaf44a
Improve wording a bit
6 years ago
Slavi Pantaleev
30c53cdea2
Split README into a bunch of files in docs/
6 years ago