Slavi Pantaleev
44156fe659
Fix Ansible 2.8 deprecation in Dimension role
6年前
Slavi Pantaleev
328d981b05
Fix undefined variables in mxisd and Dimension configuration
6年前
Slavi Pantaleev
ab59cc50bd
Add support for more flexible container port exposing
Fixes #171 (Github Issue).
6年前
Dan Arnfield
9c23d877fe
Fix docker_image option for ansible < 2.8
6年前
Dan Arnfield
db15791819
Add source option to docker_image to fix deprecation warning
6年前
Dan Arnfield
3982f114af
Fix CONDITIONAL_BARE_VARS deprecation warning in ansible 2.8
6年前
Slavi Pantaleev
ae7c8d1524
Use SyslogIdentifier to improve logging
Reasoning is the same as for matrix-org/synapse#5023 .
For us, the journal used to contain `docker` for all services, which
is not very helpful when looking at them all together (`journalctl -f`).
6年前
Hugues De Keyzer
c451025134
Fix indentation in templates
Use Jinja2 lstrip_blocks option in templates to ensure consistent
indentation in generated files.
6年前
Dan Arnfield
3abed49764
Fix jinja config for indented code blocks
6年前
Sylvia van Os
75b1528d13
Add the possibility to pass extra flags to the docker container
6年前
NullIsNot0
596f2ec1e2
Make Dimension communicat to Synapse through Docker network
Media is pulled from client side, so we specify external Matrix DNS name as mediaUrl
7年前
Edgars Voroboks
610eef82b5
Add option to enable Dimension widgets serve sites with self signed certs
7年前
Edgars Voroboks
1d8fd9792f
Fix Matrix homeserver name in Dimension configuration
7年前
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`.
7年前
Slavi Pantaleev
6c5cc173b0
Fix permission mode for some files
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
1eb78ca93e
Add additional changes for Dimension to work
7年前
Edgars Voroboks
9735a2f600
Implement self-hosted Dimension server
7年前