Plailect
f6de3fd668
Start appservice-irc as non-root
6 years ago
Slavi Pantaleev
c9e2086f19
Merge pull request #114 from NullIsNot0/master
...
Add option to enable Dimension widgets serve sites with self signed certs
6 years ago
Edgars Voroboks
610eef82b5
Add option to enable Dimension widgets serve sites with self signed certs
6 years ago
Slavi Pantaleev
1974935bc6
Update docs a bit
6 years ago
Slavi Pantaleev
3719af1c31
Merge pull request #113 from NullIsNot0/master
...
Fix Matrix homeserver name in Dimension configuration
6 years ago
Edgars Voroboks
1d8fd9792f
Fix Matrix homeserver name in Dimension configuration
6 years ago
Slavi Pantaleev
09d2c76fcb
Fix incorrect Docker image name in README
6 years ago
Slavi Pantaleev
4067e09409
Fix rare YAML parsing problems in Dimension config
...
It's been reported that YAML parsing errors
would occur on certain Ansible/Python combinations for some reason.
It appears that a bare `{{ matrix_dimension_admins }}` would sometimes
yield things like `[u'@user:domain.com', ..]` (note the `u` string prefix).
To prevent such problems, we now explicitly serialize with `|to_json`.
6 years ago
Slavi Pantaleev
54e79c10a1
Merge pull request #112 from NullIsNot0/master
...
Fix Dimension documentation
6 years ago
Slavi Pantaleev
52486356e5
Add some more links to Dimension's homepage
6 years ago
Edgars Voroboks
c49ba1c4ab
Fix Dimension documentation
6 years ago
Slavi Pantaleev
6745ee4ab6
Add changelog entry for Dimension support
...
Related to #107 and #111 (Github Pull Requests)
6 years ago
Slavi Pantaleev
a1f9869eb2
Improve documentation about getting the playbook
6 years ago
Slavi Pantaleev
7a1bba77b9
Merge pull request #111 from NullIsNot0/master
...
Provide Dimension documentation
6 years ago
Edgars Voroboks
9f5215c95a
Make some additions to Dimension documentation
6 years ago
Edgars Voroboks
1bff4893d9
Provide Dimension documentation
6 years ago
Slavi Pantaleev
6c5cc173b0
Fix permission mode for some files
6 years ago
Slavi Pantaleev
ecabe8f814
Merge pull request #107 from NullIsNot0/master
...
Implement self-hosted Dimension server
6 years ago
Edgars Voroboks
5f13a1e50b
Generate Dimension config from variable
6 years ago
Edgars Voroboks
bcbfc1e838
Make Matrix Federation required and fix internal federationUrl
6 years ago
Edgars Voroboks
27772a6420
Point federationUrl to matrix-synapse container
6 years ago
Edgars Voroboks
b2263f811a
Disable logging to file. Set console logging to verbose.
6 years ago
Edgars Voroboks
30738d064e
Fix errors
6 years ago
Edgars Voroboks
3d7dc15a54
Use Dimension if enabled, otherwise fall back to Scalar
6 years ago
Edgars Voroboks
1eb78ca93e
Add additional changes for Dimension to work
6 years ago
Slavi Pantaleev
390ec8a599
Skip some tasks when not necessary to run them
6 years ago
Slavi Pantaleev
ae7e17e64a
Add information about mxisd email template customization
...
Related to #108 (Github Pull Request).
6 years ago
Slavi Pantaleev
55cdbefa89
Merge pull request #110 from TheLastProject/patch-1
...
Fix indenting of generators value
6 years ago
Sylvia van Os
93992f7756
Fix indenting of generators value
6 years ago
Slavi Pantaleev
62e2acada5
Merge pull request #104 from dangersalad/master
...
allow exposing mautrix_telegram port
6 years ago
paulbdavis
17e86ba817
implement requested changes
6 years ago
Slavi Pantaleev
438327dc58
Merge pull request #109 from TheLastProject/patch-1
...
Upgrade riot-web to v1.0.3
6 years ago
Sylvia van Os
8cc420da15
Upgrade riot-web to v1.0.3
6 years ago
Slavi Pantaleev
d2a4321b71
Merge pull request #108 from TheLastProject/feature/custom_mxisd_templates
...
Add support for custom MXISD templates
6 years ago
Sylvia van Os
f297ff506b
Explain how to set the template variables
6 years ago
Sylvia van Os
0cd8b99b00
Add support for custom MXISD templates
6 years ago
Edgars Voroboks
9735a2f600
Implement self-hosted Dimension server
6 years ago
Slavi Pantaleev
aae8757027
Update coturn (4.5.1.0 -> 4.5.1.1)
6 years ago
Slavi Pantaleev
22d72f5e6f
Fix incorrectly located file
...
Related to #105 (Github Pull Request).
6 years ago
Slavi Pantaleev
08aa676338
Update changelog
...
Related to #105 (Github Pull Request).
6 years ago
Slavi Pantaleev
85c5adfd69
Minor consistency improvements
6 years ago
Slavi Pantaleev
a310a01818
Use non-root and no-capability containers during Discord setup
...
Related to #105 (Github Pull Request).
6 years ago
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).
6 years ago
Slavi Pantaleev
f037f63a07
Merge pull request #105 from Lionstiger/matrix-discord-bridge
...
Add Support for matrix-appservice-discord
6 years ago
Lionstiger
c2834d2226
running as matrix user from the start
6 years ago
Lionstiger
278484656b
ensure systemd reloaded after bridge installation
6 years ago
Lionstiger
2d78c5f89d
made matrix_appservice_discord_client_id lowercase
6 years ago
Lionstiger
b5ae0254fd
used ` backticks instead of double quotes
6 years ago
Lionstiger
e54f388966
removed /group_vars/matrix-servers as it not needed
6 years ago
Lionstiger
7aadd8bbe9
undo changed synapse version
6 years ago