Slavi Pantaleev
ecabe8f814
Merge pull request #107 from NullIsNot0/master
Implement self-hosted Dimension server
7年前
Edgars Voroboks
5f13a1e50b
Generate Dimension config from variable
7年前
Edgars Voroboks
bcbfc1e838
Make Matrix Federation required and fix internal federationUrl
7年前
Edgars Voroboks
27772a6420
Point federationUrl to matrix-synapse container
7年前
Edgars Voroboks
b2263f811a
Disable logging to file. Set console logging to verbose.
7年前
Edgars Voroboks
30738d064e
Fix errors
7年前
Edgars Voroboks
3d7dc15a54
Use Dimension if enabled, otherwise fall back to Scalar
7年前
Edgars Voroboks
1eb78ca93e
Add additional changes for Dimension to work
7年前
Slavi Pantaleev
390ec8a599
Skip some tasks when not necessary to run them
7年前
Slavi Pantaleev
ae7e17e64a
Add information about mxisd email template customization
Related to #108 (Github Pull Request).
7年前
Slavi Pantaleev
55cdbefa89
Merge pull request #110 from TheLastProject/patch-1
Fix indenting of generators value
7年前
Sylvia van Os
93992f7756
Fix indenting of generators value
7年前
Slavi Pantaleev
62e2acada5
Merge pull request #104 from dangersalad/master
allow exposing mautrix_telegram port
7年前
paulbdavis
17e86ba817
implement requested changes
7年前
Slavi Pantaleev
438327dc58
Merge pull request #109 from TheLastProject/patch-1
Upgrade riot-web to v1.0.3
7年前
Sylvia van Os
8cc420da15
Upgrade riot-web to v1.0.3
7年前
Slavi Pantaleev
d2a4321b71
Merge pull request #108 from TheLastProject/feature/custom_mxisd_templates
Add support for custom MXISD templates
7年前
Sylvia van Os
f297ff506b
Explain how to set the template variables
7年前
Sylvia van Os
0cd8b99b00
Add support for custom MXISD templates
7年前
Edgars Voroboks
9735a2f600
Implement self-hosted Dimension server
7年前
Slavi Pantaleev
aae8757027
Update coturn (4.5.1.0 -> 4.5.1.1)
7年前
Slavi Pantaleev
22d72f5e6f
Fix incorrectly located file
Related to #105 (Github Pull Request).
7年前
Slavi Pantaleev
08aa676338
Update changelog
Related to #105 (Github Pull Request).
7年前
Slavi Pantaleev
85c5adfd69
Minor consistency improvements
7年前
Slavi Pantaleev
a310a01818
Use non-root and no-capability containers during Discord setup
Related to #105 (Github Pull Request).
7年前
Slavi Pantaleev
401d7560e9
Make Discord bridging instructions more detailed
It didn't mention `matrix_appservice_discord_client_id` and
`matrix_appservice_discord_bot_token`, which makes it hard for
beginners.
Related to #105 (Github Pull Request).
7年前
Slavi Pantaleev
f037f63a07
Merge pull request #105 from Lionstiger/matrix-discord-bridge
Add Support for matrix-appservice-discord
7年前
Lionstiger
c2834d2226
running as matrix user from the start
7年前
Lionstiger
278484656b
ensure systemd reloaded after bridge installation
7年前
Lionstiger
2d78c5f89d
made matrix_appservice_discord_client_id lowercase
7年前
Lionstiger
b5ae0254fd
used ` backticks instead of double quotes
7年前
Lionstiger
e54f388966
removed /group_vars/matrix-servers as it not needed
7年前
Lionstiger
7aadd8bbe9
undo changed synapse version
7年前
Lionstiger
faa16617da
add documentation
7年前
Lionstiger
4aeeb5cf31
Autogenerate Discord invite link
Generates the link required to add the Bridge to a Discord server.
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
6f6dff3e2b
Update some Docker images
7年前
Slavi Pantaleev
45618679f5
Reload systemd services when they get updated
Fixes #69 (Github Issue)
7年前
Slavi Pantaleev
041a1947b3
Update Synapse (0.99.1.1 -> 0.99.2)
7年前
paulbdavis
f2a2cad107
allow exposing mautrix_telegram port
7年前
Slavi Pantaleev
d360c67465
Merge pull request #103 from fretn/master
fixed a small path typo in playbook telemetry docs
7年前
frlae
6b47ebeaa7
fixed a small path typo in playbook telemetry docs
7年前
Slavi Pantaleev
0b6c28fb23
Mark some Docker images as optional
7年前
Slavi Pantaleev
a43bcd81fe
Rename some variables
7年前
Slavi Pantaleev
8cac29a5d5
Update matrix-synapse-rest-auth (0.1.1 -> 0.1.2)
7年前
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.
7年前
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.
7年前
Slavi Pantaleev
639fc0bb5c
Treat empty string dig lookup responses as "missing record"
7年前
Slavi Pantaleev
4c512c8e64
Upgrade mxisd (1.3.0 -> 1.3.1)
7年前
Slavi Pantaleev
28bd6dc75b
Improve Telegram/Whatsapp instructions
7年前