Aaron Raimist
df31694d12
Couple of additional tweaks to the mjolnir docs
пре 4 година
Slavi Pantaleev
28a6f8bd57
Announce Mjolnir bot support
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/962
пре 4 година
Aaron Raimist
26d334dcb9
Typo
пре 4 година
Aaron Raimist
b5fb98dd28
Write some docs
пре 4 година
Slavi Pantaleev
9a0222fa47
Add Sygnal support
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/683
пре 5 година
Michael
5a6bdb0c3d
merge upstream
пре 5 година
Slavi Pantaleev
6cbfee539c
Announce Go-NEB support
пре 5 година
Aaron Raimist
df5cbcc2e1
Make steps in configuring-playbook.md numbered
instead of bullet points which make it more difficult to tell whether or not you completed all of the steps
пре 5 година
Marcus Proest
913e0dae42
update informational files.
пре 5 година
Cody Neiman
c9579cf902
Add docs
пре 5 година
Slavi Pantaleev
890e4ad1af
Announce Prometheus/Grafana
пре 5 година
Slavi Pantaleev
e443b376b9
Improve "things to do after installation" docs section
пре 5 година
Slavi Pantaleev
a47813585d
Rename file to prevent common mistake
Prompted by this: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/779#issuecomment-764807507
пре 5 година
Scott Crossen
e894befd87
Updates to reviewer comments
пре 5 година
Sabine Laszakovits
d6940d9f10
added docs
пре 5 година
Scott Crossen
1f988969a5
Added role for dynamic dns
пре 5 година
Slavi Pantaleev
7901293438
Relocate docs page for consistency
пре 5 година
Slavi Pantaleev
da38a7869f
Add matrix-registration support
пре 5 година
Slavi Pantaleev
b2ae669566
Add synapse-admin support
Fixes #562 (Github Issue)
пре 5 година
Slavi Pantaleev
78b1ef9a5f
Add support for matrix-reminder-bot
пре 5 година
Slavi Pantaleev
c6ab1c6a90
Riot is now Element
Fixes #586 (Github Issue)
пре 5 година
Slavi Pantaleev
a8f7ccf3f3
Announce mx-puppet-steam bridging support
Related to #557 (Github Pull Request).
пре 5 година
Slavi Pantaleev
76352bcbd8
Announce mx-puppet-discord bridging support
Related to #540 (Github Pull Request).
пре 5 година
Slavi Pantaleev
b5bed60e6b
Announce mx-puppet-instagram and mx-puppet-twitter support
Related to #551 and #555 (Github Pull Requests).
пре 5 година
benkuly
f68e47d3c4
renamed role matrix-sms-bridge to matrix-bridge-sms
пре 5 година
benkuly
1ffa4a326c
matrix-sms-bridge:
added docs, added seperate service for database, pr comments
пре 5 година
Slavi Pantaleev
4afc46fffe
Announce mx-puppet-slack support
Related to #454 (Github Pull Request).
пре 5 година
Slavi Pantaleev
5b8f8bc942
Announce Skype bridging
пре 5 година
Marcel Partap
5fedd6cbf0
Replace mxisd with ma1sd in docs, fixing URLs
пре 6 година
Slavi Pantaleev
e5849801c6
Add Jitsi reference to Configuring Playbook docs page
пре 6 година
Slavi Pantaleev
4840214193
Announce Appservice Webhooks support
Related to #339 (Github Pull Request).
пре 6 година
Paul Tötterman
aabb16d78b
Fix spelling ngnix -> nginx
пре 6 година
Slavi Pantaleev
68ed2ebefa
Add support for Synapse Simple Antispam
Fixes #255 (Github Issue).
пре 6 година
Slavi Pantaleev
0edd7e8089
Make Riot-web configuration extensible
Fixes #71 (Github Issue).
пре 6 година
Slavi Pantaleev
10a9deba4a
Make Synapse configuration extensible
пре 6 година
Slavi Pantaleev
63d1ed1d56
Update changelog and documentation
пре 6 година
Slavi Pantaleev
4be35822dd
Add Email2Matrix support
пре 6 година
kingoftheconnors
49766c5dac
Added Slack role
пре 6 година
Hugues Morisset
d4372d5ba8
Add mautrix-facebook doc
пре 6 година
Slavi Pantaleev
9ea5088761
Add TURN server configuration documentation
пре 6 година
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 година
p5t2vspoqqw
deeefac84c
add ngnix-status to config
add doc
пре 6 година
Slavi Pantaleev
c545d3eb85
Add support for serving base domain via matrix-nginx-proxy
пре 7 година
Slavi Pantaleev
a1f9869eb2
Improve documentation about getting the playbook
пре 7 година
Edgars Voroboks
9f5215c95a
Make some additions to Dimension documentation
пре 7 година
Edgars Voroboks
1bff4893d9
Provide Dimension documentation
пре 7 година
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.
пре 7 година
Slavi Pantaleev
f6ebd4ce62
Initial work on Synapse 0.99/1.0 preparation
пре 7 година
Plailect
3a4a671dd7
Add support for matrix-appservice-irc
пре 7 година
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.
пре 7 година